Home
last modified time | relevance | path

Searched refs:GetSourceManager (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp48 return target_sp->GetSourceManager().DisplaySourceLinesWithLineNumbers( in DisplaySourceLinesWithLineNumbers()
54 return debugger_sp->GetSourceManager() in DisplaySourceLinesWithLineNumbers()
H A DSBDebugger.cpp631 SBSourceManager SBDebugger::GetSourceManager() { in GetSourceManager() function in SBDebugger
H A DSBTarget.cpp1935 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager() function in SBTarget
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp839 return target.GetSourceManager().DisplaySourceLinesWithLineNumbers( in DisplayFunctionSource()
1052 target.GetSourceManager().DisplaySourceLinesWithLineNumbers( in DoExecute()
1066 if (target.GetSourceManager().DisplayMoreWithLineNumbers( in DoExecute()
1071 if (target.GetSourceManager().AtLastLine(m_options.reverse)) { in DoExecute()
1086 target.GetSourceManager().GetLastFile()); in DoExecute()
1099 if (target.GetSourceManager() in DoExecute()
1199 target.GetSourceManager().DisplaySourceLinesWithLineNumbers( in DoExecute()
H A DCommandObjectBreakpoint.cpp797 target.GetSourceManager().GetDefaultFileAndLine()) { in GetDefaultFile()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp474 m_target.GetSourceManager().SetDefaultFileAndLine( in IOHandlerInputComplete()
577 default_file_line = m_target.GetSourceManager().GetDefaultFileAndLine(); in RunLoop()
617 m_target.GetSourceManager().SetDefaultFileAndLine( in RunLoop()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp104 context.target_sp->GetSourceManager().FindLinesMatchingRegex( in SearchCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h394 lldb::SBSourceManager GetSourceManager();
H A DSBTarget.h890 SBSourceManager GetSourceManager();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h178 SourceManager &GetSourceManager();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp301 target_sp ? target_sp->GetSourceManager() : debugger.GetSourceManager(); in PrintInstructions()
H A DDebugger.cpp1871 SourceManager &Debugger::GetSourceManager() { in GetSourceManager() function in Debugger
H A DIOHandlerCursesGUI.cpp6915 m_debugger.GetSourceManager().GetFile(m_sc.line_entry.file_sp); in WindowDelegateDraw()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp837 m_thread.CalculateTarget()->GetSourceManager().SetDefaultFileAndLine( in SetDefaultFileAndLineToSelectedFrame()
H A DStackFrame.cpp2061 target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in GetStatus()
H A DTarget.cpp2993 SourceManager &Target::GetSourceManager() { in GetSourceManager() function in Target
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1505 SourceManager &GetSourceManager();
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22517 result = (arg1)->GetSourceManager(); in _wrap_SBDebugger_GetSourceManager()
61438 result = (arg1)->GetSourceManager(); in _wrap_SBTarget_GetSourceManager()