Searched refs:getOffsetByteSize (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugMacro.cpp | 27 uint8_t DWARFDebugMacro::MacroHeader::getOffsetByteSize() const { in getOffsetByteSize() function in DWARFDebugMacro::MacroHeader 37 OS << format(", debug_line_offset = 0x%0*" PRIx64, 2 * getOffsetByteSize(), in dumpMacroHeader() 93 2 * Macros.Header.getOffsetByteSize(), E.ImportOffset); in dump() 181 Data.getRelocatedValue(M->Header.getOffsetByteSize(), &Offset); in parseImpl() 220 Data.getRelocatedValue(M->Header.getOffsetByteSize(), &Offset); in parseImpl() 244 DebugLineOffset = Data.getUnsigned(Offset, getOffsetByteSize()); in parseMacroHeader()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugMacro.h | 74 uint8_t getOffsetByteSize() const;
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1367 MS->emitIntValue(*StmtListOffset, List.Header.getOffsetByteSize()); in emitMacroTableImpl() 1368 OutOffset += List.Header.getOffsetByteSize(); in emitMacroTableImpl() 1464 MS->emitIntValue(EntryRef.getOffset(), List.Header.getOffsetByteSize()); in emitMacroTableImpl() 1465 OutOffset += List.Header.getOffsetByteSize(); in emitMacroTableImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 978 OutSection.emitIntVal(0xBADDEF, List.Header.getOffsetByteSize()); in emitMacroTableImpl()
|