Home
last modified time | relevance | path

Searched refs:NumAddrs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp78 ++FixedAttributeSize->NumAddrs; in extract()
204 if (NumAddrs) in getByteSize()
205 ByteSize += NumAddrs * U.getAddressByteSize(); in getByteSize()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h185 uint8_t NumAddrs = 0; member
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp506 auto NumAddrs = Gsym->getNumAddresses(); in verify() local
511 for (uint32_t I = 0; I < NumAddrs; ++I) { in verify()