Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp29 CodeByteSize = 0; in clear()
48 CodeByteSize = *OffsetPtr - Offset; in extract()
163 uint64_t Offset = DIEOffset + CodeByteSize; in getAttributeValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h89 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize()
183 uint8_t CodeByteSize; variable