Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp78 ++FixedAttributeSize->NumAddrs; in extract()
188 if (NumAddrs) in getByteSize()
189 ByteSize += NumAddrs * U.getAddressByteSize(); in getByteSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp78 ++FixedAttributeSize->NumAddrs; in extract()
188 if (NumAddrs) in getByteSize()
189 ByteSize += NumAddrs * U.getAddressByteSize(); in getByteSize()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h154 uint8_t NumAddrs = 0; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h154 uint8_t NumAddrs = 0; member
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp486 auto NumAddrs = Gsym->getNumAddresses(); in verify() local
491 for (uint32_t I = 0; I < NumAddrs; ++I) { in verify()