Lines Matching full:cu
28 OS << format("\n CU list offset = 0x%x, has %" PRId64 " entries:", in dumpCUList()
32 for (const CompUnitEntry &CU : CuList) in dumpCUList() local
33 OS << format(" %d: Offset = 0x%llx, Length = 0x%llx\n", I++, CU.Offset, in dumpCUList()
34 CU.Length); in dumpCUList()
38 OS << formatv("\n Types CU list offset = {0:x}, has {1} entries:\n", in dumpTUList()
53 " Low/High address = [0x%llx, 0x%llx) (Size: 0x%llx), CU id = %d\n", in dumpAddressArea()
69 OS << format(" %d: Name offset = 0x%x, CU vector offset = 0x%x\n", I, in dumpSymbolTable()
82 OS << format(" String name: %s, CU vector index: %d\n", Name.data(), in dumpSymbolTable()
88 OS << format("\n Constant pool offset = 0x%x, has %" PRId64 " CU vectors:", in dumpConstantPool()
140 // CU Types are no longer needed as DWARF skeleton type units never made it in parseImpl()
164 // second value is the offset of the CU vector in the constant pool. in parseImpl()
167 // for both a string and a CU vector. in parseImpl()
179 // The constant pool. CU vectors are stored first, followed by strings. in parseImpl()
180 // The first value is the number of CU indices in the vector. Each subsequent in parseImpl()
181 // value is the index and symbol attributes of a CU in the CU list. in parseImpl()