Searched refs:PubTypes (Results 1 – 3 of 3) sorted by relevance
34 if (!DWARF.PubTypes.Entries.empty() || !IO.outputting()) in mapping()35 IO.mapOptional("debug_pubtypes", DWARF.PubTypes); in mapping()
150 PubSection PubTypes; member
2455 const DWARFSection &PubTypes = Obj.getGnuPubTypesSection(); in readPubNamesAndTypes() local2458 for (const DWARFSection *Pub : {&PubNames, &PubTypes}) { in readPubNamesAndTypes()