Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp29 CodeByteSize = 0; in clear()
48 CodeByteSize = *OffsetPtr - Offset; in extract()
156 uint64_t Offset = DIEOffset + CodeByteSize; in getAttributeOffsetFromIndex()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h89 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize()
204 uint8_t CodeByteSize; variable