Searched refs:DebugLineData (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 373 DebugLineData.getInitialLength(Cursor); in parse() 375 DebugLineData = in parse() 401 DebugLineData = DWARFDataExtractor(DebugLineData, EndPrologueOffset); in parse() 402 MinInstLength = DebugLineData.getU8(Cursor); in parse() 405 DefaultIsStmt = DebugLineData.getU8(Cursor); in parse() 406 LineBase = DebugLineData.getU8(Cursor); in parse() 407 LineRange = DebugLineData.getU8(Cursor); in parse() 408 OpcodeBase = DebugLineData.getU8(Cursor); in parse() 590 if (!DebugLineData.isValidOffset(Offset)) in getOrParseLineTable() 1516 : DebugLineData(Data), Context(C) { in SectionParser() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 283 Error parse(DWARFDataExtractor &DebugLineData, uint64_t *OffsetPtr, 312 getOrParseLineTable(DWARFDataExtractor &DebugLineData, uint64_t Offset, 366 DWARFDataExtractor &DebugLineData; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 166 DWARFDataExtractor DebugLineData( in startSynthesis() local 173 if (auto Err = LineTable.parse(DebugLineData, &Offset, *DWARFCtx, nullptr, in startSynthesis()
|