Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DDwarf.h668 struct PubIndexEntryDescriptor { struct
671 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor() argument
673 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor() function
675 explicit PubIndexEntryDescriptor(uint8_t Value) in PubIndexEntryDescriptor() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.h557 struct PubIndexEntryDescriptor { struct
560 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor() function
562 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor() argument
564 explicit PubIndexEntryDescriptor(uint8_t Value) in PubIndexEntryDescriptor() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h31 dwarf::PubIndexEntryDescriptor Descriptor;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp42 {DieRef, PubIndexEntryDescriptor(IndexEntryValue), Name}); in DWARFDebugPubTable()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1261 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU, in computeIndexValue()
1279 return dwarf::PubIndexEntryDescriptor( in computeIndexValue()
1286 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, dwarf::GIEL_STATIC); in computeIndexValue()
1290 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_FUNCTION, Linkage); in computeIndexValue()
1292 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, Linkage); in computeIndexValue()
1294 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, in computeIndexValue()
1355 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity); in emitDebugPubSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1579 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU, in computeIndexValue()
1591 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, in computeIndexValue()
1609 return dwarf::PubIndexEntryDescriptor( in computeIndexValue()
1616 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, dwarf::GIEL_STATIC); in computeIndexValue()
1620 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_FUNCTION, Linkage); in computeIndexValue()
1622 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, Linkage); in computeIndexValue()
1624 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, in computeIndexValue()
1693 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity); in emitDebugPubSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp56 PubIndexEntryDescriptor desc(pubNames.getU8(&offset)); in dumpPubSection()