Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DModuleList.cpp77 ModuleListProperties::ModuleListProperties() { in ModuleListProperties() function in ModuleListProperties
89 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup()
95 bool ModuleListProperties::SetEnableExternalLookup(bool new_value) { in SetEnableExternalLookup()
100 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath()
107 bool ModuleListProperties::SetClangModulesCachePath(llvm::StringRef path) { in SetClangModulesCachePath()
112 void ModuleListProperties::UpdateSymlinkMappings() { in UpdateSymlinkMappings()
129 PathMappingList ModuleListProperties::GetSymlinkMappings() const { in GetSymlinkMappings()
707 ModuleListProperties module_list_properties;
728 ModuleListProperties &ModuleList::GetGlobalModuleListProperties() { in GetGlobalModuleListProperties()
/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h49 class ModuleListProperties : public Properties {
56 ModuleListProperties();
448 static ModuleListProperties &GetGlobalModuleListProperties();