Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h56 void SetDefaultModuleCacheDirectory(const FileSpec &dir_spec);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp96 SetDefaultModuleCacheDirectory(module_cache_dir); in PlatformProperties()
121 void PlatformProperties::SetDefaultModuleCacheDirectory( in SetDefaultModuleCacheDirectory() function in PlatformProperties