Home
last modified time | relevance | path

Searched defs:GetInputFileSP (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h134 lldb::FileSP GetInputFileSP() { return m_input_file_sp; } in GetInputFileSP() function
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp107 FileSP IOHandler::GetInputFileSP() { return m_input_sp; } in GetInputFileSP() function in IOHandler