Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp77 ModuleListProperties::ModuleListProperties() { in ModuleListProperties() function in ModuleListProperties
90 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup()
96 bool ModuleListProperties::SetEnableExternalLookup(bool new_value) { in SetEnableExternalLookup()
101 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath()
108 bool ModuleListProperties::SetClangModulesCachePath(const FileSpec &path) { in SetClangModulesCachePath()
113 void ModuleListProperties::UpdateSymlinkMappings() { in UpdateSymlinkMappings()
130 PathMappingList ModuleListProperties::GetSymlinkMappings() const { in GetSymlinkMappings()
703 ModuleListProperties module_list_properties;
724 ModuleListProperties &ModuleList::GetGlobalModuleListProperties() { in GetGlobalModuleListProperties()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h49 class ModuleListProperties : public Properties {
56 ModuleListProperties();
434 static ModuleListProperties &GetGlobalModuleListProperties();