Home
last modified time | relevance | path

Searched refs:GetGlobalModuleListProperties (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h434 static ModuleListProperties &GetGlobalModuleListProperties();
H A DModule.h975 ModuleList::GetGlobalModuleListProperties().GetSymlinkMappings();
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp279 if (ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableSymbolFile()
H A DLocateSymbolFileMacOSX.cpp48 if (!ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateMacOSXFilesUsingDebugSymbols()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp622 const auto &props = ModuleList::GetGlobalModuleListProperties(); in Create()
H A DClangExpressionParser.cpp295 const auto &props = ModuleList::GetGlobalModuleListProperties(); in SetupModuleHeaderPaths()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp724 ModuleListProperties &ModuleList::GetGlobalModuleListProperties() { in GetGlobalModuleListProperties() function in ModuleList
H A DDebugger.cpp732 true, ModuleList::GetGlobalModuleListProperties().GetValueProperties()); in Debugger()