Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h136 lldb::FileSP GetInputFileSP() { return m_input_file_sp; } in GetInputFileSP() function
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp103 FileSP IOHandler::GetInputFileSP() { return m_input_sp; } in GetInputFileSP() function in IOHandler