Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h39 this->ByteSize.HasByteSize = ByteSize.has_value(); in AttributeSpec()
40 if (this->ByteSize.HasByteSize) in AttributeSpec()
69 bool HasByteSize; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp237 if (ByteSize.HasByteSize) in getByteSize()