Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h52 bool SetUseModuleCache(bool use_module_cache);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp105 bool PlatformProperties::SetUseModuleCache(bool use_module_cache) { in SetUseModuleCache() function in PlatformProperties