Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp371 W.printNumber("Local TU count", LocalTypeUnitCount); in dump()
390 LocalTypeUnitCount = AS.getU32(Offset); in extract()
491 Offset += Hdr.LocalTypeUnitCount * 4; in extract()
588 assert(TU < Hdr.LocalTypeUnitCount); in getLocalTUOffset()
595 uint32_t Offset = CUsBase + (Hdr.CompUnitCount + Hdr.LocalTypeUnitCount) * 4; in getForeignTUSignature()
693 if (Hdr.LocalTypeUnitCount == 0) in dumpLocalTUs()
697 for (uint32_t TU = 0; TU < Hdr.LocalTypeUnitCount; ++TU) in dumpLocalTUs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h232 uint32_t LocalTypeUnitCount; member
427 uint32_t getLocalTUCount() const { return Hdr.LocalTypeUnitCount; } in getLocalTUCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp198 uint32_t LocalTypeUnitCount = 0; member
382 Asm->emitInt32(LocalTypeUnitCount); in emit()