Searched refs:GetLineEntryAtIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCompileUnit.cpp | 64 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 D | Function.cpp | 320 if (line_table->GetLineEntryAtIndex(idx, entry) && in GetSourceInfo() 605 if (line_table->GetLineEntryAtIndex(idx, line_entry)) { in GetPrologueByteSize() 625 if (line_table->GetLineEntryAtIndex(idx, line_entry)) { in GetPrologueByteSize() 657 if (line_table->GetLineEntryAtIndex(first_non_zero_line, in GetPrologueByteSize() 671 if (line_table->GetLineEntryAtIndex(first_non_zero_line, in GetPrologueByteSize()
|
| H A D | LineTable.cpp | 157 bool LineTable::GetLineEntryAtIndex(uint32_t idx, LineEntry &line_entry) { in GetLineEntryAtIndex() function in LineTable
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCompileUnit.h | 35 lldb::SBLineEntry GetLineEntryAtIndex(uint32_t idx) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepOverRange.cpp | 261 if (line_table->GetLineEntryAtIndex(entry_idx - 1, in ShouldStop() 288 while (line_table->GetLineEntryAtIndex( in ShouldStop()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | LineTable.h | 174 bool GetLineEntryAtIndex(uint32_t idx, LineEntry &line_entry);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 862 if (!line_table->GetLineEntryAtIndex(line_idx, sc.line_entry)) in ResolveSymbolContext()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 17252 result = ((lldb::SBCompileUnit const *)arg1)->GetLineEntryAtIndex(arg2); in _wrap_SBCompileUnit_GetLineEntryAtIndex()
|