Home
last modified time | relevance | path

Searched refs:CodeByteSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp27 CodeByteSize = 0; in clear()
49 CodeByteSize = *OffsetPtr - Offset; in extract()
176 uint64_t Offset = DIEOffset + CodeByteSize; in getAttributeOffsetFromIndex()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h97 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize()
212 uint8_t CodeByteSize; variable