Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp69 SBLineEntry SBCompileUnit::GetLineEntryAtIndex(uint32_t idx) const { in GetLineEntryAtIndex() function in SBCompileUnit
71 GetLineEntryAtIndex, (uint32_t), idx); in GetLineEntryAtIndex()
78 if (line_table->GetLineEntryAtIndex(idx, line_entry)) in GetLineEntryAtIndex()
255 GetLineEntryAtIndex, (uint32_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp557 if (line_table->GetLineEntryAtIndex(idx, line_entry)) { in GetPrologueByteSize()
577 if (line_table->GetLineEntryAtIndex(idx, line_entry)) { in GetPrologueByteSize()
604 if (line_table->GetLineEntryAtIndex(first_non_zero_line, in GetPrologueByteSize()
618 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-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCompileUnit.i68 GetLineEntryAtIndex (uint32_t idx) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp244 if (line_table->GetLineEntryAtIndex(entry_idx - 1, in ShouldStop()
270 while (line_table->GetLineEntryAtIndex( in ShouldStop()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCompileUnit.h35 lldb::SBLineEntry GetLineEntryAtIndex(uint32_t idx) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h178 bool GetLineEntryAtIndex(uint32_t idx, LineEntry &line_entry);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp861 if (!line_table->GetLineEntryAtIndex(line_idx, sc.line_entry)) in ResolveSymbolContext()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15370 result = ((lldb::SBCompileUnit const *)arg1)->GetLineEntryAtIndex(arg2); in _wrap_SBCompileUnit_GetLineEntryAtIndex()