Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.h715 struct PubIndexEntryDescriptor { struct
718 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor() argument
720 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor() function
722 explicit PubIndexEntryDescriptor(uint8_t Value) in PubIndexEntryDescriptor() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h32 dwarf::PubIndexEntryDescriptor Descriptor;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp73 {DieRef, PubIndexEntryDescriptor(IndexEntryValue), Name}); in extract()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2298 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU, in computeIndexValue()
2310 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, in computeIndexValue()
2328 return dwarf::PubIndexEntryDescriptor( in computeIndexValue()
2336 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, dwarf::GIEL_STATIC); in computeIndexValue()
2340 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_FUNCTION, Linkage); in computeIndexValue()
2342 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, Linkage); in computeIndexValue()
2344 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, in computeIndexValue()
2410 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity); in emitDebugPubSection()