Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h265 void SourceInitFileGlobal(CommandReturnObject &result);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp441 m_opaque_ptr->SourceInitFileGlobal(result.ref()); in SourceInitFileInGlobalDirectory()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2441 void CommandInterpreter::SourceInitFileGlobal(CommandReturnObject &result) { in SourceInitFileGlobal() function in CommandInterpreter