Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp30 CodeByteSize = 0; in clear()
49 CodeByteSize = *OffsetPtr - Offset; in extract()
162 uint32_t Offset = DIEOffset + CodeByteSize; in getAttributeValue()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h90 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize()
174 uint8_t CodeByteSize; variable