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.h38 this->ByteSize.HasByteSize = ByteSize.has_value(); in AttributeSpec()
39 if (this->ByteSize.HasByteSize) in AttributeSpec()
68 bool HasByteSize; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp237 if (ByteSize.HasByteSize) in getByteSize()