Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp38 DataExtractor pubNames(Data, LittleEndian, 0); in dumpPubSection() local
40 while (pubNames.isValidOffset(offset)) { in dumpPubSection()
41 OS << "length = " << format("0x%08x", pubNames.getU32(&offset)); in dumpPubSection()
42 OS << " version = " << format("0x%04x", pubNames.getU16(&offset)); in dumpPubSection()
43 OS << " unit_offset = " << format("0x%08x", pubNames.getU32(&offset)); in dumpPubSection()
44 OS << " unit_size = " << format("0x%08x", pubNames.getU32(&offset)) << '\n'; in dumpPubSection()
51 uint32_t dieRef = pubNames.getU32(&offset); in dumpPubSection()
56 PubIndexEntryDescriptor desc(pubNames.getU8(&offset)); in dumpPubSection()
61 OS << '\"' << pubNames.getCStr(&offset) << "\"\n"; in dumpPubSection()