Home
last modified time | relevance | path

Searched refs:GetLineEntryAtIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCompileUnit.cpp55 SBLineEntry SBCompileUnit::GetLineEntryAtIndex(uint32_t idx) const { in GetLineEntryAtIndex() function in SBCompileUnit
63 if (line_table->GetLineEntryAtIndex(idx, line_entry)) in GetLineEntryAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp511 if (line_table->GetLineEntryAtIndex(idx, line_entry)) { in GetPrologueByteSize()
531 if (line_table->GetLineEntryAtIndex(idx, line_entry)) { in GetPrologueByteSize()
558 if (line_table->GetLineEntryAtIndex(first_non_zero_line, in GetPrologueByteSize()
572 if (line_table->GetLineEntryAtIndex(first_non_zero_line, in GetPrologueByteSize()
H A DLineTable.cpp167 bool LineTable::GetLineEntryAtIndex(uint32_t idx, LineEntry &line_entry) { in GetLineEntryAtIndex() function in LineTable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp243 if (line_table->GetLineEntryAtIndex(entry_idx - 1, in ShouldStop()
269 while (line_table->GetLineEntryAtIndex( in ShouldStop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCompileUnit.h34 lldb::SBLineEntry GetLineEntryAtIndex(uint32_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdSymbol.cpp126 const lldb::SBLineEntry line = cu.GetLineEntryAtIndex(j); in Execute()
H A DMICmdCmdData.cpp1694 const lldb::SBLineEntry &curLine = cu.GetLineEntryAtIndex(j); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DLineTable.h191 bool GetLineEntryAtIndex(uint32_t idx, LineEntry &line_entry);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp808 if (!line_table->GetLineEntryAtIndex(line_idx, sc.line_entry)) in ResolveSymbolContext()