Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp372 W.printNumber("Foreign TU count", ForeignTypeUnitCount); in dump()
391 ForeignTypeUnitCount = AS.getU32(Offset); in extract()
492 Offset += Hdr.ForeignTypeUnitCount * 8; in extract()
594 assert(TU < Hdr.ForeignTypeUnitCount); in getForeignTUSignature()
702 if (Hdr.ForeignTypeUnitCount == 0) in dumpForeignTUs()
706 for (uint32_t TU = 0; TU < Hdr.ForeignTypeUnitCount; ++TU) { in dumpForeignTUs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h233 uint32_t ForeignTypeUnitCount; member
431 uint32_t getForeignTUCount() const { return Hdr.ForeignTypeUnitCount; } in getForeignTUCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp199 uint32_t ForeignTypeUnitCount = 0; member
384 Asm->emitInt32(ForeignTypeUnitCount); in emit()