Home
last modified time | relevance | path

Searched refs:GetDefaultFileAndLine (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp183 GetDefaultFileAndLine(tmp_spec, tmp_line); in DisplaySourceLinesWithLineNumbersUsingLastFile()
286 GetDefaultFileAndLine(tmp_spec, tmp_line); in DisplayMoreWithLineNumbers()
336 bool SourceManager::GetDefaultFileAndLine(FileSpec &file_spec, uint32_t &line) { in GetDefaultFileAndLine() function in SourceManager
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DSourceManager.h143 bool GetDefaultFileAndLine(FileSpec &file_spec, uint32_t &line);
/openbsd/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp574 m_target.GetSourceManager().GetDefaultFileAndLine(save_default_file, in RunLoop()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp766 if (!target.GetSourceManager().GetDefaultFileAndLine(file, default_line)) { in GetDefaultFile()