Home
last modified time | relevance | path

Searched refs:PubIndexEntryDescriptor (Results 1 – 11 of 11) 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() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h611 struct PubIndexEntryDescriptor { struct
614 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor() argument
616 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor() argument
618 explicit PubIndexEntryDescriptor(uint8_t Value) in PubIndexEntryDescriptor() argument
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.h694 struct PubIndexEntryDescriptor { struct
697 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor() function
699 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor() function
701 explicit PubIndexEntryDescriptor(uint8_t Value) in PubIndexEntryDescriptor() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h31 dwarf::PubIndexEntryDescriptor Descriptor;
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h32 dwarf::PubIndexEntryDescriptor Descriptor;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp43 {DieRef, PubIndexEntryDescriptor(IndexEntryValue), Name}); in DWARFDebugPubTable()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp73 {DieRef, PubIndexEntryDescriptor(IndexEntryValue), Name}); in extract()
/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-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2032 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU, in computeIndexValue()
2044 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, in computeIndexValue()
2062 return dwarf::PubIndexEntryDescriptor( in computeIndexValue()
2070 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, dwarf::GIEL_STATIC); in computeIndexValue()
2074 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_FUNCTION, Linkage); in computeIndexValue()
2076 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, Linkage); in computeIndexValue()
2078 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, in computeIndexValue()
2148 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity); in emitDebugPubSection()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2258 static dwarf::PubIndexEntryDescriptor computeIndexValue(DwarfUnit *CU, in computeIndexValue()
2270 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, in computeIndexValue()
2288 return dwarf::PubIndexEntryDescriptor( in computeIndexValue()
2296 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_TYPE, dwarf::GIEL_STATIC); in computeIndexValue()
2300 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_FUNCTION, Linkage); in computeIndexValue()
2302 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, Linkage); in computeIndexValue()
2304 return dwarf::PubIndexEntryDescriptor(dwarf::GIEK_VARIABLE, in computeIndexValue()
2374 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity); in emitDebugPubSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp56 PubIndexEntryDescriptor desc(pubNames.getU8(&offset)); in dumpPubSection()