Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:PubIndexEntryDescriptor

1357 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU,
1375 return dwarf::PubIndexEntryDescriptor(
1382 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, dwarf::GIEL_STATIC);
1386 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_FUNCTION, Linkage);
1388 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, Linkage);
1390 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE,
1451 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity);