Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.h802 struct PubIndexEntryDescriptor { struct
805 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor() argument
807 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor() function
809 explicit PubIndexEntryDescriptor(uint8_t Value) in PubIndexEntryDescriptor() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h33 dwarf::PubIndexEntryDescriptor Descriptor;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp73 {DieRef, PubIndexEntryDescriptor(IndexEntryValue), Name}); in extract()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2406 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU, in computeIndexValue()
2418 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, in computeIndexValue()
2436 return dwarf::PubIndexEntryDescriptor( in computeIndexValue()
2444 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, dwarf::GIEL_STATIC); in computeIndexValue()
2448 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_FUNCTION, Linkage); in computeIndexValue()
2450 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, Linkage); in computeIndexValue()
2452 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, in computeIndexValue()
2518 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity); in emitDebugPubSection()