Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h265 void SourceInitFileGlobal(CommandReturnObject &result);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp459 m_opaque_ptr->SourceInitFileGlobal(result.ref()); in SourceInitFileInGlobalDirectory()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2444 void CommandInterpreter::SourceInitFileGlobal(CommandReturnObject &result) { in SourceInitFileGlobal() function in CommandInterpreter