Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp180 uint32_t ForeignTypeUnitCount = 0; member
188 uint32_t ForeignTypeUnitCount, uint32_t BucketCount, in Header()
191 ForeignTypeUnitCount(ForeignTypeUnitCount), BucketCount(BucketCount), in Header()
386 Asm->emitInt32(ForeignTypeUnitCount); in emit()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h397 uint32_t ForeignTypeUnitCount; member
646 uint32_t getForeignTUCount() const { return Hdr.ForeignTypeUnitCount; } in getForeignTUCount()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3007 hdr.ForeignTypeUnitCount = 0; in computeHdrAndAbbrevTable()
3019 if (nd.hdr.LocalTypeUnitCount || nd.hdr.ForeignTypeUnitCount) in computeHdrAndAbbrevTable()
3333 endian::writeNext<uint32_t, ELFT::Endianness>(buf, hdr.ForeignTypeUnitCount); in writeTo()