Home
last modified time | relevance | path

Searched refs:SetEnableExternalLookup (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h62 bool SetEnableExternalLookup(bool new_value);
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp104 bool ModuleListProperties::SetEnableExternalLookup(bool new_value) { in SetEnableExternalLookup() function in ModuleListProperties
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp1110 ModuleList::GetGlobalModuleListProperties().SetEnableExternalLookup(false); in main()