Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp34 DataExtractor pubNames(Data, LittleEndian, 0); in dumpPubSection() local
36 while (pubNames.isValidOffset(offset)) { in dumpPubSection()
37 OS << "length = " << format("0x%08x", pubNames.getU32(&offset)); in dumpPubSection()
38 OS << " version = " << format("0x%04x", pubNames.getU16(&offset)); in dumpPubSection()
39 OS << " unit_offset = " << format("0x%08x", pubNames.getU32(&offset)); in dumpPubSection()
40 OS << " unit_size = " << format("0x%08x", pubNames.getU32(&offset)) << '\n'; in dumpPubSection()
47 uint32_t dieRef = pubNames.getU32(&offset); in dumpPubSection()
52 PubIndexEntryDescriptor desc(pubNames.getU8(&offset)); in dumpPubSection()
57 OS << '\"' << pubNames.getCStr(&offset) << "\"\n"; in dumpPubSection()