Searched refs:DITemplateTypeParameter (Results 1 – 25 of 78) sorted by relevance
1234
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | mdcompositetype-templateparams-tuple.ll | 6 ; CHECK-NEXT: !1 = !DITemplateTypeParameter( 10 !1 = !DITemplateTypeParameter(name: "T", type: !0)
|
/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/swiftshader/third_party/llvm-7.0/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 | 26 !12 = !DITemplateTypeParameter(type: !13)
|
/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)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | dityperefs-3.8.ll | 20 ; CHECK-NEXT: !9 = !DITemplateTypeParameter(type: !1) 38 !9 = !DITemplateTypeParameter(type: !"T1")
|
/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
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | stack-protector-dbginfo.ll | 76 !34 = !DITemplateTypeParameter(name: "_Tp", type: !31) 95 !54 = !DITemplateTypeParameter(name: "_Compare", type: !44)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | global-dllimport.ll | 27 !12 = !DITemplateTypeParameter(type: !13)
|
/external/llvm/test/DebugInfo/COFF/ |
D | global-dllimport.ll | 25 !11 = !DITemplateTypeParameter(type: !12)
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/ |
D | debug-mixed-md5.ll | 38 !9 = !DITemplateTypeParameter(type: !10)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | template-recursive-void.ll | 54 !24 = !DITemplateTypeParameter(name: "T", type: null)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 587 DITemplateTypeParameter *DITemplateTypeParameter::getImpl(LLVMContext &Context, in getImpl() 593 DEFINE_GETIMPL_LOOKUP(DITemplateTypeParameter, (Name, Type)); in getImpl() 595 DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(DITemplateTypeParameter, Ops); in getImpl()
|
/external/llvm/test/DebugInfo/Generic/ |
D | template-recursive-void.ll | 55 !30 = !DITemplateTypeParameter(name: "T", type: null)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.def | 106 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DITemplateTypeParameter)
|
1234