Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp372 SBError SBDebugger::SetInputFile(SBFile file) { in SetInputFile() function in SBDebugger
384 SBError SBDebugger::SetInputFile(FileSP file_sp) { in SetInputFile() function in SBDebugger
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp923 Status Debugger::SetInputFile(FileSP file_sp) { in SetInputFile() function in Debugger
952 void Debugger::SetInputFile(FileSP file_sp, repro::DataRecorder *recorder) { in SetInputFile() function in Debugger