Searched refs:GetLineEntryAtIndex (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCompileUnit.cpp | 69 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 D | Function.cpp | 557 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 D | LineTable.cpp | 179 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 D | SBCompileUnit.i | 68 GetLineEntryAtIndex (uint32_t idx) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepOverRange.cpp | 244 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 D | SBCompileUnit.h | 35 lldb::SBLineEntry GetLineEntryAtIndex(uint32_t idx) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | LineTable.h | 178 bool GetLineEntryAtIndex(uint32_t idx, LineEntry &line_entry);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 861 if (!line_table->GetLineEntryAtIndex(line_idx, sc.line_entry)) in ResolveSymbolContext()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 15370 result = ((lldb::SBCompileUnit const *)arg1)->GetLineEntryAtIndex(arg2); in _wrap_SBCompileUnit_GetLineEntryAtIndex()
|