/llvm-project/lldb/unittests/Symbol/ |
H A D | TestLineEntry.cpp | 94 auto line_entry = sc_line_entries.get()[0].line_entry; in TEST_F() local 101 auto line_entry = sc_line_entries.get()[0].line_entry; in TEST_F() local 111 auto line_entry = sc_line_entries.get()[0].line_entry; in TEST_F() local 121 auto line_entry = sc_line_entries.get()[0].line_entry; in TEST_F() local
|
/llvm-project/lldb/source/Symbol/ |
H A D | LineTable.cpp | 179 bool LineTable::GetLineEntryAtIndex(uint32_t idx, LineEntry &line_entry) { in GetLineEntryAtIndex() argument 189 LineEntry &line_entry, in FindLineEntryByAddress() argument 261 LineEntry &line_entry) { in ConvertEntryAtIndexToLineEntry() argument 359 LineEntry line_entry; Dump() local 373 LineEntry line_entry; GetDescription() local 388 LineEntry line_entry; GetContiguousFileAddressRanges() local 410 LineEntry line_entry; LinkLineTable() local [all...] |
H A D | Function.cpp | 289 LineEntry line_entry; GetStartLineSourceInfo() local 312 LineEntry line_entry; GetEndLineSourceInfo() local 594 LineEntry line_entry; GetPrologueByteSize() local 614 LineEntry line_entry; GetPrologueByteSize() local 641 LineEntry line_entry; GetPrologueByteSize() local [all...] |
H A D | CompileUnit.cpp | 297 LineEntry line_entry; ResolveSymbolContext() local [all...] |
H A D | SymbolContext.cpp | 687 LineEntry line_entry; GetFunctionStartLineEntry() local [all...] |
/llvm-project/lldb/source/API/ |
H A D | SBCompileUnit.cpp | 71 LineEntry line_entry; in GetLineEntryAtIndex() local 80 uint32_t SBCompileUnit::FindLineEntryIndex(lldb::SBLineEntry &line_entry, in FindLineEntryIndex() 115 LineEntry line_entry; in FindLineEntryIndex() local
|
H A D | SBSymbolContext.cpp | 139 void SBSymbolContext::SetLineEntry(lldb::SBLineEntry line_entry) { in SetLineEntry()
|
H A D | SBAddress.cpp | 263 LineEntry line_entry; in GetLineEntry() local
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | Breakpoint.cpp | 55 auto line_entry = bp_addr.GetLineEntry(); CreateJsonObject() local
|
H A D | JSONUtils.cpp | 617 CreateSource(lldb::SBLineEntry & line_entry) CreateSource() argument 642 auto line_entry = frame.GetLineEntry(); CreateSource() local 747 auto line_entry = frame.GetLineEntry(); CreateStackFrame() local [all...] |
H A D | lldb-dap.cpp | 3976 auto line_entry = addr.GetLineEntry(); request_disassemble() local [all...] |
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolContext.h | 318 LineEntry line_entry; ///< The LineEntry for a given query global() variable
|
/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepOverRange.cpp | 233 if (m_addr_context.line_entry.IsValid()) { in ShouldStop() local [all...] |
H A D | TraceDumper.cpp | 48 static bool IsLineEntryValid(const LineEntry &line_entry) { in IsLineEntryValid() argument [all...] |
H A D | Thread.cpp | 1269 QueueThreadPlanForStepOverRange(bool abort_other_plans,const LineEntry & line_entry,const SymbolContext & addr_context,lldb::RunMode stop_other_threads,Status & status,LazyBool step_out_avoids_code_withoug_debug_info) QueueThreadPlanForStepOverRange() argument 1296 QueueThreadPlanForStepInRange(bool abort_other_plans,const LineEntry & line_entry,const SymbolContext & addr_context,const char * step_in_target,lldb::RunMode stop_other_threads,Status & status,LazyBool step_in_avoids_code_without_debug_info,LazyBool step_out_avoids_code_without_debug_info) QueueThreadPlanForStepInRange() argument [all...] |
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSource.cpp | 154 const LineEntry &line_entry = sc.line_entry; in DumpLinesInSymbolContexts() local 221 LineEntry line_entry; in DumpFileLinesInCompUnit() local 739 LineEntry line_entry; global() member [all...] |
H A D | CommandObjectThread.cpp | 987 LineEntry line_entry; DoExecute() local
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
H A D | CPPLanguageRuntime.cpp | 82 LineEntry line_entry; line_entry_helper() local
|
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | LineTable.cpp | 139 for (const auto &line_entry : Lines) { in encode() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1225 CompilandIndexItem::GlobalLineTable::Entry line_entry( ParseLineTable() local 1298 for (const auto &line_entry : ParseLineTable() local 1322 for (const auto &line_entry : line_set) { ParseLineTable() local 1518 LineTable::Entry line_entry( ParseInlineSite() local 1523 LineTable::Entry line_entry(func_base + *code_offset_base, ParseInlineSite() local [all...] |
/llvm-project/lldb/examples/python/ |
H A D | lldbtk.py | 350 def __init__(self, target, line_entry, index): argument
|
/llvm-project/lldb/source/Core/ |
H A D | SourceManager.cpp | 417 lldb_private::LineEntry line_entry; GetDefaultFileAndLine() local
|
H A D | Address.cpp | 399 if (CalculateSymbolContextLineEntry(line_entry)) { in GetDescription() local [all...] |