Home
last modified time | relevance | path

Searched refs:DISubprogram (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/external/llvm/test/CodeGen/Thumb/
D2010-07-15-debugOrdering.ll54 !3 = distinct !DISubprogram(name: "getClosestDiagonal3", linkageName: "_Z19getClosestDiagonal3ii", …
68 !16 = !DISubprogram(name: "ggVector3", line: 72, isLocal: false, isDefinition: false, virtualIndex:…
76 !23 = !DISubprogram(name: "ggVector3", line: 73, isLocal: false, isDefinition: false, virtualIndex:…
79 !26 = !DISubprogram(name: "ggVector3", line: 74, isLocal: false, isDefinition: false, virtualIndex:…
82 !29 = !DISubprogram(name: "Set", linkageName: "_ZN9ggVector33SetEddd", line: 81, isLocal: false, is…
83 !30 = !DISubprogram(name: "x", linkageName: "_ZNK9ggVector31xEv", line: 82, isLocal: false, isDefin…
88 !35 = !DISubprogram(name: "y", linkageName: "_ZNK9ggVector31yEv", line: 83, isLocal: false, isDefin…
89 !36 = !DISubprogram(name: "z", linkageName: "_ZNK9ggVector31zEv", line: 84, isLocal: false, isDefin…
90 !37 = distinct !DISubprogram(name: "x", linkageName: "_ZN9ggVector31xEv", line: 85, isLocal: false,…
94 !41 = distinct !DISubprogram(name: "y", linkageName: "_ZN9ggVector31yEv", line: 86, isLocal: false,…
[all …]
/external/llvm/test/Linker/
Donly-needed-debug-metadata.ll4 ; Without -only-needed, we need to link in both DISubprogram.
6 ; CHECK: distinct !DISubprogram(name: "foo"
7 ; CHECK: distinct !DISubprogram(name: "unused"
9 ; With -only-needed, we only need to link in foo's DISubprogram.
11 ; ONLYNEEDED: distinct !DISubprogram(name: "foo"
12 ; ONLYNEEDED-NOT: distinct !DISubprogram(name: "unused"
32 !4 = distinct !DISubprogram(name: "foo", scope: !1, file: !1, line: 4, type: !5, isLocal: false, is…
38 !10 = distinct !DISubprogram(name: "unused", scope: !1, file: !1, line: 8, type: !11, isLocal: fals…
Dmdlocation.ll8 ; CHECK: !0 = distinct !DISubprogram(
14 ; CHECK-NEXT: !6 = distinct !DISubprogram(
20 !0 = distinct !DISubprogram() ; Use this as a scope.
Dsubprogram-linkonce-weak.ll58 ; LW: ![[BARSP]] = distinct !DISubprogram(name: "bar",
59 ; LW: ![[FOOSP]] = distinct !DISubprogram(name: "foo",
62 ; LW: ![[WEAKFOOSP]] = distinct !DISubprogram(name: "foo",
72 ; WL: ![[WEAKFOOSP]] = distinct !DISubprogram(name: "foo",
75 ; WL: ![[BARSP]] = distinct !DISubprogram(name: "bar",
76 ; WL: ![[FOOSP]] = distinct !DISubprogram(name: "foo",
85 !3 = distinct !DISubprogram(file: !2, scope: !2, line: 11, name: "bar", type: !5)
86 !4 = distinct !DISubprogram(file: !2, scope: !2, line: 1, name: "foo", type: !5)
Dthinlto_funcimport_debug.ll6 ; If we import func1 and not func2 we should only link DISubprogram for func1
19 ; CHECK: distinct !DISubprogram(name: "func1"
20 ; CHECK-NOT: distinct !DISubprogram(name: "func2"
59 !4 = distinct !DISubprogram(name: "func1", scope: !1, file: !1, line: 1, type: !5, isLocal: false, …
66 !11 = distinct !DISubprogram(name: "func2", scope: !1, file: !1, line: 8, type: !5, isLocal: false,…
/external/llvm/test/Assembler/
Ddisubprogram.ll20 ; CHECK: !7 = distinct !DISubprogram(scope: null, isLocal: false, isDefinition: true, isOptimized: …
21 !7 = distinct !DISubprogram()
23 ; CHECK: !8 = !DISubprogram(scope: null, isLocal: false, isDefinition: false, isOptimized: false)
24 !8 = !DISubprogram(isDefinition: false)
26 ; CHECK: !9 = distinct !DISubprogram(name: "foo", linkageName: "_Zfoov", scope: !1, file: !2, line:…
27 !9 = distinct !DISubprogram(name: "foo", linkageName: "_Zfoov", scope: !1,
Dinvalid-disubprogram-uniqued-definition.ll3 ; CHECK: <stdin>:[[@LINE+1]]:6: error: missing 'distinct', required for !DISubprogram when 'isDefin…
4 !0 = !DISubprogram(isDefinition: true)
/external/llvm/include/llvm/IR/
DDebugInfo.h40 DISubprogram *getDISubprogram(const MDNode *Scope);
45 DISubprogram *getDISubprogram(const Function *F);
90 void processSubprogram(DISubprogram *SP);
94 bool addSubprogram(DISubprogram *SP);
101 typedef SmallVectorImpl<DISubprogram *>::const_iterator subprogram_iterator;
135 SmallVector<DISubprogram *, 8> SPs;
/external/llvm/test/DebugInfo/X86/
Dpr12831.ll84 !5 = distinct !DISubprogram(name: "writeExpr", linkageName: "_ZN17BPLFunctionWriter9writeExprEv", l…
95 !16 = !DISubprogram(name: "writeIntrinsic", linkageName: "_ZN15BPLModuleWriter14writeIntrinsicE8fun…
101 !22 = !DISubprogram(name: "function<BPLFunctionWriter::<lambda at BPLFunctionWriter2.ii:20:36> >", …
107 !28 = !DISubprogram(name: "operator()", line: 20, isLocal: false, isDefinition: false, virtualIndex…
112 !35 = !DISubprogram(name: "~", line: 20, isLocal: false, isDefinition: false, virtualIndex: 6, flag…
116 !41 = !DISubprogram(name: "", line: 20, isLocal: false, isDefinition: false, virtualIndex: 6, flags…
122 !51 = !DISubprogram(name: "function<function<void ()> >", line: 8, isLocal: false, isDefinition: fa…
127 !58 = !DISubprogram(name: "function<BPLFunctionWriter::<lambda at BPLFunctionWriter2.ii:23:36> >", …
132 !63 = !DISubprogram(name: "operator()", line: 23, isLocal: false, isDefinition: false, virtualIndex…
137 !70 = !DISubprogram(name: "~", line: 23, isLocal: false, isDefinition: false, virtualIndex: 6, flag…
[all …]
Dreference-argument.ll48 !4 = distinct !DISubprogram(name: "bar", linkageName: "_Z3barR4SVal", line: 19, isLocal: false, isD…
60 !16 = !DISubprogram(name: "~SVal", line: 14, isLocal: false, isDefinition: false, virtualIndex: 6, …
64 !21 = !DISubprogram(name: "SVal", line: 12, isLocal: false, isDefinition: false, virtualIndex: 6, f…
65 !23 = !DISubprogram(name: "SVal", line: 12, isLocal: false, isDefinition: false, virtualIndex: 6, f…
70 !29 = distinct !DISubprogram(name: "main", line: 25, isLocal: false, isDefinition: true, virtualInd…
74 !33 = distinct !DISubprogram(name: "~SVal", linkageName: "_ZN4SValD1Ev", line: 14, isLocal: false, …
75 !34 = distinct !DISubprogram(name: "~SVal", linkageName: "_ZN4SValD2Ev", line: 14, isLocal: false, …
76 !35 = distinct !DISubprogram(name: "foo", linkageName: "_ZN1A3fooE4SVal", line: 22, isLocal: false,…
82 !41 = !DISubprogram(name: "foo", linkageName: "_ZN1A3fooE4SVal", line: 22, isLocal: false, isDefini…
83 !43 = !DISubprogram(name: "A", line: 20, isLocal: false, isDefinition: false, virtualIndex: 6, flag…
Dconcrete_out_of_line.ll84 !5 = distinct !DISubprogram(name: "Release", linkageName: "_ZN17nsAutoRefCnt7ReleaseEv", line: 14, …
91 !12 = !DISubprogram(name: "Release", linkageName: "_ZN17nsAutoRefCnt7ReleaseEv", line: 11, isLocal:…
94 !15 = !DISubprogram(name: "~nsAutoRefCnt", line: 12, isLocal: false, isDefinition: false, virtualIn…
100 !23 = distinct !DISubprogram(name: "~nsAutoRefCnt", linkageName: "_ZN17nsAutoRefCntD1Ev", line: 18,…
103 !27 = distinct !DISubprogram(name: "~nsAutoRefCnt", linkageName: "_ZN17nsAutoRefCntD2Ev", line: 18,…
106 !31 = distinct !DISubprogram(name: "operator=", linkageName: "_ZN12nsAutoRefCntaSEi", line: 4, isLo…
111 !36 = !DISubprogram(name: "operator=", linkageName: "_ZN12nsAutoRefCntaSEi", line: 4, isLocal: fals…
115 !40 = !DISubprogram(name: "nsAutoRefCnt", line: 3, isLocal: false, isDefinition: false, virtualInde…
Ddbg-value-location.ll53 !0 = distinct !DISubprogram(name: "foo", line: 19510, isLocal: false, isDefinition: true, virtualIn…
59 !6 = distinct !DISubprogram(name: "bar3", line: 14827, isLocal: true, isDefinition: true, virtualIn…
60 !7 = distinct !DISubprogram(name: "bar2", line: 15397, isLocal: true, isDefinition: true, virtualIn…
61 !8 = distinct !DISubprogram(name: "bar", line: 12382, isLocal: true, isDefinition: true, virtualInd…
69 !16 = distinct !DISubprogram(name: "foo_bar", line: 18086, isLocal: true, isDefinition: true, virtu…
/external/llvm/test/Verifier/
Dllvm.dbg.intrinsic-dbg-attachment.ll34 ; CHECK-NEXT: ![[VARSP]] = distinct !DISubprogram(
36 ; CHECK-NEXT: ![[LOCSP]] = distinct !DISubprogram(
48 ; CHECK-NEXT: ![[VARSP]] = distinct !DISubprogram(
50 ; CHECK-NEXT: ![[LOCSP]] = distinct !DISubprogram(
60 !1 = distinct !DISubprogram(name: "foo")
61 !2 = distinct !DISubprogram(name: "bar")
/external/clang/test/CodeGenObjC/
Ddebuginfo-properties.m14 // CHECK: !DISubprogram(name: "-[MyClass selection]"
17 // CHECK: !DISubprogram(name: "-[MyClass setSelection:]"
20 // CHECK: !DISubprogram(name: "-[OtherClass selection]"
23 // CHECK: !DISubprogram(name: "-[OtherClass setSelection:]"
/external/llvm/test/CodeGen/AArch64/
Darm64-2011-03-17-AsmPrinterCrash.ll25 !1 = distinct !DISubprogram(name: "drt_vsprintf", line: 616, isLocal: false, isDefinition: true, vi…
31 !7 = distinct !DISubprogram(name: "putc_mem", line: 30, isLocal: true, isDefinition: true, virtualI…
34 !10 = distinct !DISubprogram(name: "print_double", line: 203, isLocal: true, isDefinition: true, vi…
35 !11 = distinct !DISubprogram(name: "print_number", line: 75, isLocal: true, isDefinition: true, vir…
36 !12 = distinct !DISubprogram(name: "get_flags", line: 508, isLocal: true, isDefinition: true, virtu…
/external/llvm/test/Transforms/Inline/
Ddebug-info-duplicate-calls.ll36 ; CHECK-DAG: [[F:![0-9]+]] = distinct !DISubprogram(name: "f"
37 ; CHECK-DAG: [[F2:![0-9]+]] = distinct !DISubprogram(name: "f2"
38 ; CHECK-DAG: [[F3:![0-9]+]] = distinct !DISubprogram(name: "f3"
39 ; CHECK-DAG: [[F4:![0-9]+]] = distinct !DISubprogram(name: "f4"
105 !4 = distinct !DISubprogram(name: "f", line: 13, isLocal: false, isDefinition: true, flags: DIFlagP…
108 !7 = distinct !DISubprogram(name: "f4", line: 10, isLocal: false, isDefinition: true, flags: DIFlag…
109 !8 = distinct !DISubprogram(name: "f3", line: 7, isLocal: false, isDefinition: true, flags: DIFlagP…
110 !9 = distinct !DISubprogram(name: "f2", line: 4, isLocal: false, isDefinition: true, flags: DIFlagP…
/external/llvm/test/Transforms/SampleProfile/
Dinline-hint.ll21 !4 = distinct !DISubprogram(name: "cold_fn", linkageName: "_Z7cold_fnRxi", scope: !1, file: !1, lin…
27 !10 = distinct !DISubprogram(name: "hot_fn", linkageName: "_Z6hot_fnRxi", scope: !1, file: !1, line…
28 !11 = distinct !DISubprogram(name: "compute", linkageName: "_Z7computex", scope: !1, file: !1, line…
31 !14 = distinct !DISubprogram(name: "main", scope: !1, file: !1, line: 21, type: !15, isLocal: false…
/external/llvm/test/tools/gold/X86/
Dlinkonce-weak.ll21 ; Test that we only get a single DISubprogram for @f
22 ; CHECK: !DISubprogram(name: "f"
23 ; CHECK-NOT: !DISubprogram(name: "f"
33 !4 = distinct !DISubprogram(name: "f", scope: !1, file: !1, line: 1, type: !5, isLocal: false, isDe…
/external/llvm/test/DebugInfo/Generic/
Ddef-line.ll77 !6 = !DISubprogram(name: "f1", linkageName: "_ZN3foo2f1Ev", scope: !"_ZTS3foo", file: !1, line: 2, …
80 !9 = !DISubprogram(name: "f2", linkageName: "_ZN3foo2f2Ev", scope: !"_ZTS3foo", file: !1, line: 4, …
81 !10 = !DISubprogram(name: "f3", linkageName: "_ZN3foo2f3Ev", scope: !"_ZTS3foo", file: !1, line: 5,…
83 !12 = distinct !DISubprogram(name: "f2", linkageName: "_ZN3foo2f2Ev", scope: !"_ZTS3foo", file: !1,…
84 !13 = distinct !DISubprogram(name: "f3", linkageName: "_ZN3foo2f3Ev", scope: !"_ZTS3foo", file: !14…
86 !15 = distinct !DISubprogram(name: "f1", linkageName: "_ZN3foo2f1Ev", scope: !"_ZTS3foo", file: !1,…
Ddwarf-public-names.ll96 !3 = distinct !DISubprogram(name: "member_function", linkageName: "_ZN1C15member_functionEv", line:…
105 !12 = !DISubprogram(name: "member_function", linkageName: "_ZN1C15member_functionEv", line: 2, isLo…
107 !14 = !DISubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_functionEv",…
111 !18 = distinct !DISubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_fun…
112 !19 = distinct !DISubprogram(name: "global_function", linkageName: "_Z15global_functionv", line: 19…
113 !20 = distinct !DISubprogram(name: "global_namespace_function", linkageName: "_ZN2ns25global_namesp…
D2010-07-19-Crash.ll15 !0 = distinct !DISubprogram(name: "bar", linkageName: "bar", line: 3, isLocal: false, isDefinition:…
21 !6 = distinct !DISubprogram(name: "foo", linkageName: "foo", line: 7, isLocal: true, isDefinition: …
26 !11 = !DISubprogram(name: "foo", linkageName: "foo", line: 7, isLocal: true, isDefinition: false, v…
Dtemplate-recursive-void.ll42 !14 = !DISubprogram(name: "base", line: 3, isLocal: false, isDefinition: false, virtualIndex: 6, fl…
46 !19 = !DISubprogram(name: "operator=", linkageName: "_ZN3fooIvEaSES0_", line: 6, isLocal: false, is…
51 !25 = !DISubprogram(name: "foo", line: 5, isLocal: false, isDefinition: false, virtualIndex: 6, fla…
56 !31 = !DISubprogram(name: "bar", line: 9, isLocal: false, isDefinition: false, virtualIndex: 6, fla…
/external/llvm/lib/IR/
DDebugInfo.cpp36 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram()
42 DISubprogram *llvm::getDISubprogram(const Function *F) { in getDISubprogram()
129 else if (auto *SP = dyn_cast<DISubprogram>(Entity)) in processModule()
162 else if (auto *SP = dyn_cast<DISubprogram>(D)) in processType()
183 if (auto *SP = dyn_cast<DISubprogram>(Scope)) { in processScope()
198 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
277 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
/external/clang/test/Modules/
DModuleDebugInfo.m34 // CHECK: !DISubprogram(name: "+[ObjCClass classMethod]"
35 // CHECK: !DISubprogram(name: "-[ObjCClass instanceMethodWithInt:]"
36 // CHECK: !DISubprogram(name: "-[Category(Category) categoryMethod]"
47 // MODULE-CHECK: !DISubprogram(name: "+[ObjCClass classMethod]",
/external/llvm/test/Transforms/AddDiscriminators/
Ddbg-declare-discriminator.ll22 !3 = distinct !DISubprogram(scope: null, file: !4, isLocal: false, isDefinition: true, isOptimized:…
27 !8 = distinct !DISubprogram(linkageName: "test_valid_metadata", scope: null, isLocal: false, isDefi…
29 !10 = distinct !DISubprogram(scope: null, file: !4, isLocal: false, isDefinition: true, isOptimized…

12345678910>>...21