Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DDebugger.h161 lldb::FileSP GetInputFileSP() { return m_input_file_sp; } in GetInputFileSP() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DIOHandler.cpp106 FileSP IOHandler::GetInputFileSP() { return m_input_sp; } in GetInputFileSP() function in IOHandler