Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp124 if (ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h81 bool GetEnableExternalLookup() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp86 if (!ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableObjectFile()
528 if (!ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateMacOSXFilesUsingDebugSymbols()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp97 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup() function in ModuleListProperties