OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CacheDir
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/lli/
lli.cpp
294
// directory specified by
CacheDir
, using a filename provided in the module
296
// file exists.
CacheDir
defaults to "", in which case objects are cached
301
LLIObjectCache(const std::string&
CacheDir
) :
CacheDir
(
CacheDir
) {
303
if (!this->
CacheDir
.empty() &&
304
this->
CacheDir
[this->
CacheDir
.size() - 1] != '/')
305
this->
CacheDir
+= '/';
314
if (!
CacheDir
.empty()) { // Create user-defined cache dir
[
all
...]
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp
676
sys::fs::current_path(
CacheDir
);
677
sys::path::append(
CacheDir
, "toy_object_cache");
690
SmallString<128>IRCacheFile =
CacheDir
;
692
if (!sys::fs::exists(
CacheDir
.str()) && sys::fs::create_directory(
CacheDir
.str())) {
712
SmallString<128> IRCacheFile =
CacheDir
;
731
SmallString<128>
CacheDir
;
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp
695
sys::fs::current_path(
CacheDir
);
696
sys::path::append(
CacheDir
, "toy_object_cache");
709
SmallString<128>IRCacheFile =
CacheDir
;
711
if (!sys::fs::exists(
CacheDir
.str()) && sys::fs::create_directory(
CacheDir
.str())) {
731
SmallString<128> IRCacheFile =
CacheDir
;
750
SmallString<128>
CacheDir
;
Completed in 21 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026