Home
last modified time | relevance | path

Searched refs:DITemplateTypeParameter (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/test/Assembler/
Dditemplateparameter.ll11 ; 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)
Dinvalid-ditemplatetypeparameter-missing-type.ll4 !0 = !DITemplateTypeParameter(name: "param")
Ddebug-info.ll31 ; CHECK-NEXT: !9 = !DITemplateTypeParameter(type: !6)
35 !11 = !DITemplateTypeParameter(type: !7)
/external/llvm/test/Verifier/
Dmdcompositetype-templateparams-tuple.ll6 ; CHECK-NEXT: !1 = !DITemplateTypeParameter(
10 !1 = !DITemplateTypeParameter(name: "T", type: !0)
/external/llvm/test/Bitcode/
Ddityperefs-3.8.ll16 ; CHECK-NEXT: !9 = !DITemplateTypeParameter(type: !1)
34 !9 = !DITemplateTypeParameter(type: !"T1")
/external/llvm/test/DebugInfo/X86/
Dpr12831.ll120 !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)
Ddllimport.ll24 !11 = !DITemplateTypeParameter(type: !12)
Dunion-template.ll52 !22 = !DITemplateTypeParameter(name: "T", type: !8)
Dtemplate.ll98 !6 = !DITemplateTypeParameter(type: !7)
Dfission-inline.ll109 !15 = !DITemplateTypeParameter(name: "T", type: !16)
/external/llvm/test/CodeGen/X86/
Dstack-protector-dbginfo.ll61 !34 = !DITemplateTypeParameter(name: "_Tp", type: !31)
80 !54 = !DITemplateTypeParameter(name: "_Compare", type: !44)
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h43 class DITemplateTypeParameter; variable
253 DITemplateTypeParameter
DDebugInfo.h419 class DITemplateTypeParameter : public DIDescriptor {
421 explicit DITemplateTypeParameter(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor()
/external/llvm/test/DebugInfo/COFF/
Dglobal-dllimport.ll25 !11 = !DITemplateTypeParameter(type: !12)
Dcpp-mangling.ll80 !21 = !DITemplateTypeParameter(name: "T", type: !10)
Dglobals.ll141 !12 = !DITemplateTypeParameter(name: "T", type: null)
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp488 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()
DDebugInfo.cpp149 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) { in processSubprogram()
DLLVMContextImpl.h719 template <> struct MDNodeKeyImpl<DITemplateTypeParameter> {
724 MDNodeKeyImpl(const DITemplateTypeParameter *N)
727 bool isKeyOf(const DITemplateTypeParameter *RHS) const {
/external/llvm/include/llvm/IR/
DMetadata.def105 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DITemplateTypeParameter)
DDebugInfoMetadata.h1730 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/
DMetadata.def106 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DITemplateTypeParameter)
/external/llvm/test/DebugInfo/Generic/
Dtemplate-recursive-void.ll55 !30 = !DITemplateTypeParameter(name: "T", type: null)
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h243 DIE *getOrCreateTemplateTypeParameterDIE(DITemplateTypeParameter TP);
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h343 const DITemplateTypeParameter *TP);

12