Home
last modified time | relevance | path

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

/freebsd-src/contrib/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.cpp288 LineEntry line_entry; GetStartLineSourceInfo() local
311 LineEntry line_entry; GetEndLineSourceInfo() local
593 LineEntry line_entry; GetPrologueByteSize() local
613 LineEntry line_entry; GetPrologueByteSize() local
640 LineEntry line_entry; GetPrologueByteSize() local
[all...]
H A DCompileUnit.cpp297 LineEntry line_entry; in ResolveSymbolContext() local
[all...]
H A DSymbolContext.cpp678 LineEntry line_entry; GetFunctionStartLineEntry() local
[all...]
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h317 LineEntry line_entry; ///< The LineEntry for a given query global() variable
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp232 LineEntry line_entry; ShouldStop() local
[all...]
H A DTraceDumper.cpp48 static bool IsLineEntryValid(const LineEntry &line_entry) { in IsLineEntryValid() argument
[all...]
H A DThread.cpp1262 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
1289 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...]
/freebsd-src/contrib/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.cpp1025 LineEntry line_entry; DoExecute() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp139 for (const auto &line_entry : Lines) { in encode() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp81 LineEntry line_entry; line_entry_helper() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1225 CompilandIndexItem::GlobalLineTable::Entry line_entry( in 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...]
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp417 lldb_private::LineEntry line_entry; in GetDefaultFileAndLine() local
H A DAddress.cpp399 LineEntry line_entry; in GetDescription() local
[all...]