Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp64 SBLineEntry SBCompileUnit::GetLineEntryAtIndex(uint32_t idx) const { in GetLineEntryAtIndex() function in SBCompileUnit
72 if (line_table->GetLineEntryAtIndex(idx, line_entry)) in GetLineEntryAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp594 if (line_table->GetLineEntryAtIndex(idx, line_entry)) { in GetPrologueByteSize()
614 if (line_table->GetLineEntryAtIndex(idx, line_entry)) { in GetPrologueByteSize()
641 if (line_table->GetLineEntryAtIndex(first_non_zero_line, in GetPrologueByteSize()
655 if (line_table->GetLineEntryAtIndex(first_non_zero_line, in GetPrologueByteSize()
H A DLineTable.cpp179 bool LineTable::GetLineEntryAtIndex(uint32_t idx, LineEntry &line_entry) { in GetLineEntryAtIndex() function in LineTable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp245 if (line_table->GetLineEntryAtIndex(entry_idx - 1, in ShouldStop()
271 while (line_table->GetLineEntryAtIndex( in ShouldStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCompileUnit.h35 lldb::SBLineEntry GetLineEntryAtIndex(uint32_t idx) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h178 bool GetLineEntryAtIndex(uint32_t idx, LineEntry &line_entry);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp876 if (!line_table->GetLineEntryAtIndex(line_idx, sc.line_entry)) in ResolveSymbolContext()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp16225 result = ((lldb::SBCompileUnit const *)arg1)->GetLineEntryAtIndex(arg2); in _wrap_SBCompileUnit_GetLineEntryAtIndex()