Home
last modified time | relevance | path

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

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