Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h448 static ModuleListProperties &GetGlobalModuleListProperties();
DModule.h981 ModuleList::GetGlobalModuleListProperties().GetSymlinkMappings();
/external/llvm-project/lldb/source/Symbol/
DLocateSymbolFile.cpp282 if (ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableSymbolFile()
DLocateSymbolFileMacOSX.cpp48 if (!ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateMacOSXFilesUsingDebugSymbols()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp636 const auto &props = ModuleList::GetGlobalModuleListProperties(); in Create()
DClangExpressionParser.cpp295 const auto &props = ModuleList::GetGlobalModuleListProperties(); in SetupModuleHeaderPaths()
/external/llvm-project/lldb/source/Core/
DModuleList.cpp728 ModuleListProperties &ModuleList::GetGlobalModuleListProperties() { in GetGlobalModuleListProperties() function in ModuleList
DDebugger.cpp707 true, ModuleList::GetGlobalModuleListProperties().GetValueProperties()); in Debugger()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp1100 ModuleList::GetGlobalModuleListProperties().SetEnableExternalLookup(false); in main()