Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DDwarf.h673 struct PubIndexEntryDescriptor { struct
676 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor() argument
678 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor() function
680 explicit PubIndexEntryDescriptor(uint8_t Value) in PubIndexEntryDescriptor() argument
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1357 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()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp53 PubIndexEntryDescriptor desc(pubNames.getU8(&offset)); in dumpPubSection()