Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h256 void SourceInitFileGlobal(CommandReturnObject &result);
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp440 m_opaque_ptr->SourceInitFileGlobal(result.ref()); in SourceInitFileInGlobalDirectory()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2394 void CommandInterpreter::SourceInitFileGlobal(CommandReturnObject &result) { in SourceInitFileGlobal() function in CommandInterpreter