Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h53 bool SetModuleCacheDirectory(const FileSpec &dir_spec);
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp97 SetModuleCacheDirectory(module_cache_dir); in PlatformProperties()
116 bool PlatformProperties::SetModuleCacheDirectory(const FileSpec &dir_spec) { in SetModuleCacheDirectory() function in PlatformProperties