Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h37 this->ByteSize.HasByteSize = ByteSize.has_value(); in AttributeSpec()
38 if (this->ByteSize.HasByteSize) in AttributeSpec()
60 bool HasByteSize; member
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp217 if (ByteSize.HasByteSize) in getByteSize()