Home
last modified time | relevance | path

Searched refs:ForeignTypeUnitCount (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp181 uint32_t ForeignTypeUnitCount = 0; member
189 uint32_t ForeignTypeUnitCount, uint32_t BucketCount, in Header()
192 ForeignTypeUnitCount(ForeignTypeUnitCount), BucketCount(BucketCount), in Header()
387 Asm->emitInt32(ForeignTypeUnitCount); in emit()
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp438 W.printNumber("Foreign TU count", ForeignTypeUnitCount); in dump()
460 ForeignTypeUnitCount = AS.getU32(C); in extract()
563 Hdr.ForeignTypeUnitCount * 8; in findDebugNamesOffsets()
760 assert(TU < Hdr.ForeignTypeUnitCount); in getForeignTUSignature()
875 if (Hdr.ForeignTypeUnitCount == 0) in dumpForeignTUs()
879 for (uint32_t TU = 0; TU < Hdr.ForeignTypeUnitCount; ++TU) { in dumpForeignTUs()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h396 uint32_t ForeignTypeUnitCount; member
644 uint32_t getForeignTUCount() const { return Hdr.ForeignTypeUnitCount; } in getForeignTUCount()
/src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2919 hdr.ForeignTypeUnitCount = 0; in computeHdrAndAbbrevTable()
2931 if (nd.hdr.LocalTypeUnitCount || nd.hdr.ForeignTypeUnitCount) in computeHdrAndAbbrevTable()
3244 endian::writeNext<uint32_t, ELFT::Endianness>(buf, hdr.ForeignTypeUnitCount); in writeTo()