Home
last modified time | relevance | path

Searched defs:line_entry (Results 1 – 23 of 23) sorted by relevance

/llvm-project/lldb/unittests/Symbol/
H A DTestLineEntry.cpp94 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 DLineTable.cpp179 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 DFunction.cpp289 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 DCompileUnit.cpp297 LineEntry line_entry; ResolveSymbolContext() local
[all...]
H A DSymbolContext.cpp687 LineEntry line_entry; GetFunctionStartLineEntry() local
[all...]
/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp71 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 DSBSymbolContext.cpp139 void SBSymbolContext::SetLineEntry(lldb::SBLineEntry line_entry) { in SetLineEntry()
H A DSBAddress.cpp263 LineEntry line_entry; in GetLineEntry() local
/llvm-project/lldb/tools/lldb-dap/
H A DBreakpoint.cpp55 auto line_entry = bp_addr.GetLineEntry(); CreateJsonObject() local
H A DJSONUtils.cpp617 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 Dlldb-dap.cpp3976 auto line_entry = addr.GetLineEntry(); request_disassemble() local
[all...]
/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h318 LineEntry line_entry; ///< The LineEntry for a given query global() variable
/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp233 if (m_addr_context.line_entry.IsValid()) { in ShouldStop() local
[all...]
H A DTraceDumper.cpp48 static bool IsLineEntryValid(const LineEntry &line_entry) { in IsLineEntryValid() argument
[all...]
H A DThread.cpp1269 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 DCommandObjectSource.cpp154 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 DCommandObjectThread.cpp987 LineEntry line_entry; DoExecute() local
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp82 LineEntry line_entry; line_entry_helper() local
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp139 for (const auto &line_entry : Lines) { in encode() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1225 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 Dlldbtk.py350 def __init__(self, target, line_entry, index): argument
/llvm-project/lldb/source/Core/
H A DSourceManager.cpp417 lldb_private::LineEntry line_entry; GetDefaultFileAndLine() local
H A DAddress.cpp399 if (CalculateSymbolContextLineEntry(line_entry)) { in GetDescription() local
[all...]