Home
last modified time | relevance | path

Searched refs:cache_dir (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm-c/
H A Dlto.h782 const char *cache_dir);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp516 empirical_type<std::string> cache_dir; member
1546 std::string cache_dir; in CaptureScriptInit() local
1547 process->ReadCStringFromMemory(addr_t(args[eRsCachedDirPtr]), cache_dir, err); in CaptureScriptInit()
1557 uint64_t(args[eRsScript]), res_name.c_str(), cache_dir.c_str()); in CaptureScriptInit()
1566 script->cache_dir = cache_dir; in CaptureScriptInit()