Home
last modified time | relevance | path

Searched refs:GetEnableExternalLookup (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h60 bool GetEnableExternalLookup() const;
/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/Core/
DModuleList.cpp89 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup() function in ModuleListProperties