Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp30 FixedAttributeSize.reset(); in clear()
67 FixedAttributeSize = FixedSizeInfo(); in extract()
107 if (FixedAttributeSize) in extract()
108 ++FixedAttributeSize->NumAddrs; in extract()
112 if (FixedAttributeSize) in extract()
113 ++FixedAttributeSize->NumRefAddrs; in extract()
122 if (FixedAttributeSize) in extract()
123 ++FixedAttributeSize->NumDwarfOffsets; in extract()
130 if (FixedAttributeSize) in extract()
131 FixedAttributeSize->NumBytes += *ByteSize; in extract()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h217 std::optional<FixedSizeInfo> FixedAttributeSize; variable