Searched refs:PubIndexEntryDescriptor (Results 1 – 3 of 3) sorted by relevance
673 struct PubIndexEntryDescriptor { struct676 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor() argument678 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor() function680 explicit PubIndexEntryDescriptor(uint8_t Value) in PubIndexEntryDescriptor() argument
1357 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU, in computeIndexValue()1375 return dwarf::PubIndexEntryDescriptor( in computeIndexValue()1382 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, dwarf::GIEL_STATIC); in computeIndexValue()1386 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_FUNCTION, Linkage); in computeIndexValue()1388 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, Linkage); in computeIndexValue()1390 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, in computeIndexValue()1451 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity); in emitDebugPubSection()
53 PubIndexEntryDescriptor desc(pubNames.getU8(&offset)); in dumpPubSection()