Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp33 FixedAttributeSize.reset(); in clear()
60 FixedAttributeSize = FixedSizeInfo(); in extract()
78 if (FixedAttributeSize) in extract()
79 ++FixedAttributeSize->NumAddrs; in extract()
83 if (FixedAttributeSize) in extract()
84 ++FixedAttributeSize->NumRefAddrs; in extract()
93 if (FixedAttributeSize) in extract()
101 if (FixedAttributeSize) in extract()
108 FixedAttributeSize.reset(); in extract()
213 if (FixedAttributeSize) in getFixedAttributesByteSize()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h179 Optional<FixedSizeInfo> FixedAttributeSize; variable