Searched refs:PubIndexEntryDescriptor (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugPubTable.h | 33 dwarf::PubIndexEntryDescriptor Descriptor;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.h | 814 struct PubIndexEntryDescriptor { struct 817 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor() argument 819 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor() function 821 explicit PubIndexEntryDescriptor(uint8_t Value) in PubIndexEntryDescriptor() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugPubTable.cpp | 73 {DieRef, PubIndexEntryDescriptor(IndexEntryValue), Name}); in extract()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2448 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU, in computeIndexValue() 2460 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, in computeIndexValue() 2478 return dwarf::PubIndexEntryDescriptor( in computeIndexValue() 2486 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, dwarf::GIEL_STATIC); in computeIndexValue() 2490 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_FUNCTION, Linkage); in computeIndexValue() 2492 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, Linkage); in computeIndexValue() 2494 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, in computeIndexValue() 2563 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity); in emitDebugPubSection()
|