Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h37 this->ByteSize.HasByteSize = ByteSize.hasValue(); in AttributeSpec()
38 if (this->ByteSize.HasByteSize) in AttributeSpec()
60 bool HasByteSize; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp201 if (ByteSize.HasByteSize) in getByteSize()