Home
last modified time | relevance | path

Searched defs:OffsetByteSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp30 uint8_t OffsetByteSize = Format == dwarf::DWARF64 ? 8 : 4; in extract() local
H A DDWARFVerifier.cpp1964 uint64_t OffsetByteSize = getDwarfOffsetByteSize(Format); in verifyDebugStrOffsets() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h127 uint8_t OffsetByteSize = Format == dwarf::DWARF64 ? 8 : 4; in getOffsetEntry() local