Searched refs:GetSourceManager (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBSourceManager.cpp64 return target_sp->GetSourceManager().DisplaySourceLinesWithLineNumbers (file,
76 return debugger_sp->GetSourceManager().DisplaySourceLinesWithLineNumbers (file,
H A DSBDebugger.cpp498 SBDebugger::GetSourceManager () function in class:SBDebugger
H A DSBTarget.cpp2315 SBTarget::GetSourceManager() function in class:SBTarget
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp61 context.target_sp->GetSourceManager().FindLinesMatchingRegex(cu_file_spec, m_regex, 1, UINT32_MAX, line_matches);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp429 return target->GetSourceManager().DisplaySourceLinesWithLineNumbers (start_file,
705 target->GetSourceManager().DisplaySourceLinesWithLineNumbers (sc.comp_unit,
724 if (target->GetSourceManager().DisplayMoreWithLineNumbers (&result.GetOutputStream(),
739 SourceManager::FileSP last_file_sp (target->GetSourceManager().GetLastFile ());
751 if (target->GetSourceManager().DisplaySourceLinesWithLineNumbersUsingLastFile(
856 target->GetSourceManager().DisplaySourceLinesWithLineNumbers (sc.comp_unit,
H A DCommandObjectBreakpoint.cpp582 if (!target->GetSourceManager().GetDefaultFileAndLine(file, default_line))
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h175 GetSourceManager ();
H A DSBTarget.h809 GetSourceManager();
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h149 // To get the target's source manager, call GetSourceManager on the target instead.
151 GetSourceManager ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp417 SourceManager &source_manager = target_sp ? target_sp->GetSourceManager() : debugger.GetSourceManager();
H A DDebugger.cpp2645 Debugger::GetSourceManager () function in class:Debugger
H A DIOHandler.cpp4563 m_file_sp = m_debugger.GetSourceManager().GetFile(m_sc.line_entry.file);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1263 GetSourceManager ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp716 m_thread.CalculateTarget()->GetSourceManager().SetDefaultFileAndLine (sc.line_entry.file,
H A DStackFrame.cpp1454 target->GetSourceManager().DisplaySourceLinesWithLineNumbers (m_sc.line_entry.file,
H A DTarget.cpp1994 Target::GetSourceManager () function in class:Target

Completed in 322 milliseconds