Searched refs:DITemplateTypeParameter (Results 1 – 25 of 39) sorted by relevance
12
/external/llvm/test/Assembler/ |
D | ditemplateparameter.ll | 11 ; CHECK-NEXT: !2 = !DITemplateTypeParameter(name: "Ty", type: !1) 12 ; CHECK-NEXT: !3 = !DITemplateTypeParameter(type: !1) 13 !2 = !DITemplateTypeParameter(name: "Ty", type: !1) 14 !3 = !DITemplateTypeParameter(type: !1) 15 !4 = !DITemplateTypeParameter(name: "", type: !1)
|
D | invalid-ditemplatetypeparameter-missing-type.ll | 4 !0 = !DITemplateTypeParameter(name: "param")
|
D | debug-info.ll | 31 ; CHECK-NEXT: !9 = !DITemplateTypeParameter(type: !6) 35 !11 = !DITemplateTypeParameter(type: !7)
|
/external/llvm/test/Verifier/ |
D | mdcompositetype-templateparams-tuple.ll | 6 ; CHECK-NEXT: !1 = !DITemplateTypeParameter( 10 !1 = !DITemplateTypeParameter(name: "T", type: !0)
|
/external/llvm/test/Bitcode/ |
D | dityperefs-3.8.ll | 16 ; CHECK-NEXT: !9 = !DITemplateTypeParameter(type: !1) 34 !9 = !DITemplateTypeParameter(type: !"T1")
|
/external/llvm/test/DebugInfo/X86/ |
D | pr12831.ll | 120 !48 = !DITemplateTypeParameter(name: "_Functor", type: !26) 125 !55 = !DITemplateTypeParameter(name: "_Functor", type: !20) 145 !83 = !DITemplateTypeParameter(name: "_Functor", type: !61) 154 !98 = !DITemplateTypeParameter(name: "T", type: !99) 164 !112 = !DITemplateTypeParameter(name: "_Tp", type: !61) 173 !121 = !DITemplateTypeParameter(name: "_Tp", type: !26)
|
D | dllimport.ll | 24 !11 = !DITemplateTypeParameter(type: !12)
|
D | union-template.ll | 52 !22 = !DITemplateTypeParameter(name: "T", type: !8)
|
D | template.ll | 98 !6 = !DITemplateTypeParameter(type: !7)
|
D | fission-inline.ll | 109 !15 = !DITemplateTypeParameter(name: "T", type: !16)
|
/external/llvm/test/CodeGen/X86/ |
D | stack-protector-dbginfo.ll | 61 !34 = !DITemplateTypeParameter(name: "_Tp", type: !31) 80 !54 = !DITemplateTypeParameter(name: "_Compare", type: !44)
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DIBuilder.h | 43 class DITemplateTypeParameter; variable 253 DITemplateTypeParameter
|
D | DebugInfo.h | 419 class DITemplateTypeParameter : public DIDescriptor { 421 explicit DITemplateTypeParameter(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor()
|
/external/llvm/test/DebugInfo/COFF/ |
D | global-dllimport.ll | 25 !11 = !DITemplateTypeParameter(type: !12)
|
D | cpp-mangling.ll | 80 !21 = !DITemplateTypeParameter(name: "T", type: !10)
|
D | globals.ll | 141 !12 = !DITemplateTypeParameter(name: "T", type: null)
|
/external/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 488 DITemplateTypeParameter *DITemplateTypeParameter::getImpl(LLVMContext &Context, in getImpl() 494 DEFINE_GETIMPL_LOOKUP(DITemplateTypeParameter, (Name, Type)); in getImpl() 496 DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(DITemplateTypeParameter, Ops); in getImpl()
|
D | DebugInfo.cpp | 149 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) { in processSubprogram()
|
D | LLVMContextImpl.h | 719 template <> struct MDNodeKeyImpl<DITemplateTypeParameter> { 724 MDNodeKeyImpl(const DITemplateTypeParameter *N) 727 bool isKeyOf(const DITemplateTypeParameter *RHS) const {
|
/external/llvm/include/llvm/IR/ |
D | Metadata.def | 105 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DITemplateTypeParameter)
|
D | DebugInfoMetadata.h | 1730 class DITemplateTypeParameter : public DITemplateParameter { 1734 DITemplateTypeParameter(LLVMContext &Context, StorageType Storage, 1738 ~DITemplateTypeParameter() = default; 1740 static DITemplateTypeParameter *getImpl(LLVMContext &Context, StringRef Name, 1746 static DITemplateTypeParameter *getImpl(LLVMContext &Context, MDString *Name, 1755 DEFINE_MDNODE_GET(DITemplateTypeParameter, (StringRef Name, DITypeRef Type), 1757 DEFINE_MDNODE_GET(DITemplateTypeParameter, (MDString * Name, Metadata *Type),
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.def | 106 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DITemplateTypeParameter)
|
/external/llvm/test/DebugInfo/Generic/ |
D | template-recursive-void.ll | 55 !30 = !DITemplateTypeParameter(name: "T", type: null)
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 243 DIE *getOrCreateTemplateTypeParameterDIE(DITemplateTypeParameter TP);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 343 const DITemplateTypeParameter *TP);
|
12