Home
last modified time | relevance | path

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

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