Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h78 class ModuleListProperties : public Properties {
80 ModuleListProperties();
531 static ModuleListProperties &GetGlobalModuleListProperties();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp90 ModuleListProperties::ModuleListProperties() { in ModuleListProperties() function in ModuleListProperties
99 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup()
105 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath()
112 bool ModuleListProperties::SetClangModulesCachePath(llvm::StringRef path) { in SetClangModulesCachePath()
732 ModuleListProperties module_list_properties;
753 ModuleListProperties &ModuleList::GetGlobalModuleListProperties() { in GetGlobalModuleListProperties()