Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp32 FixedAttributeSize.reset(); in clear()
59 FixedAttributeSize = FixedSizeInfo(); in extract()
77 if (FixedAttributeSize) in extract()
78 ++FixedAttributeSize->NumAddrs; in extract()
82 if (FixedAttributeSize) in extract()
83 ++FixedAttributeSize->NumRefAddrs; in extract()
92 if (FixedAttributeSize) in extract()
93 ++FixedAttributeSize->NumDwarfOffsets; in extract()
100 if (FixedAttributeSize) in extract()
107 FixedAttributeSize.reset(); in extract()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h209 Optional<FixedSizeInfo> FixedAttributeSize; variable