Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h37 this->ByteSize.HasByteSize = ByteSize.has_value(); in AttributeSpec()
38 if (this->ByteSize.HasByteSize) in AttributeSpec()
60 bool HasByteSize; member
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp215 if (ByteSize.HasByteSize) in getByteSize()