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.cpp674 SBSourceManager SBDebugger::GetSourceManager() { in GetSourceManager() function in SBDebugger
H A DSBTarget.cpp1980 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager() function in SBTarget
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp847 return target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in DisplayFunctionSource()
1061 target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in DoExecute()
1074 if (target->GetSourceManager().DisplayMoreWithLineNumbers( in DoExecute()
1085 target->GetSourceManager().GetLastFile()); in DoExecute()
1098 if (target->GetSourceManager() in DoExecute()
1181 target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in DoExecute()
H A DCommandObjectBreakpoint.cpp774 if (!target.GetSourceManager().GetDefaultFileAndLine(file, default_line)) { in GetDefaultFile()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp475 m_target.GetSourceManager().SetDefaultFileAndLine( in IOHandlerInputComplete()
578 m_target.GetSourceManager().GetDefaultFileAndLine(save_default_file, in RunLoop()
619 m_target.GetSourceManager().SetDefaultFileAndLine(save_default_file, in RunLoop()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp103 context.target_sp->GetSourceManager().FindLinesMatchingRegex( in SearchCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h289 lldb::SBSourceManager GetSourceManager();
H A DSBTarget.h873 SBSourceManager GetSourceManager();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h183 SourceManager &GetSourceManager();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp292 target_sp ? target_sp->GetSourceManager() : debugger.GetSourceManager(); in PrintInstructions()
H A DDebugger.cpp1700 SourceManager &Debugger::GetSourceManager() { in GetSourceManager() function in Debugger
H A DIOHandlerCursesGUI.cpp6913 m_file_sp = m_debugger.GetSourceManager().GetFile( in WindowDelegateDraw()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp888 m_thread.CalculateTarget()->GetSourceManager().SetDefaultFileAndLine( in SetDefaultFileAndLineToSelectedFrame()
H A DStackFrame.cpp1915 target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in GetStatus()
H A DTarget.cpp2816 SourceManager &Target::GetSourceManager() { in GetSourceManager() function in Target
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1450 SourceManager &GetSourceManager();
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22231 result = (arg1)->GetSourceManager(); in _wrap_SBDebugger_GetSourceManager()
60239 result = (arg1)->GetSourceManager(); in _wrap_SBTarget_GetSourceManager()