Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 1856) sorted by relevance

12345678910>>...75

/external/llvm/test/CodeGen/PowerPC/
Dpr17168.ll60 …: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 74, file: !1, scope: !5, type: !6, var…
69 !13 = !DILocalVariable(name: "argc", line: 74, arg: 1, scope: !4, file: !5, type: !8)
70 !14 = !DILocalVariable(name: "argv", line: 74, arg: 2, scope: !4, file: !5, type: !9)
71 !15 = !DILocalVariable(name: "niter", line: 76, scope: !4, file: !5, type: !8)
72 !16 = !DILocalVariable(name: "step", line: 76, scope: !4, file: !5, type: !8)
73 !17 = !DILocalVariable(name: "n3", line: 76, scope: !4, file: !5, type: !8)
74 !18 = !DILocalVariable(name: "nthreads", line: 77, scope: !4, file: !5, type: !8)
75 !19 = !DILocalVariable(name: "navg", line: 78, scope: !4, file: !5, type: !20)
77 !21 = !DILocalVariable(name: "mflops", line: 78, scope: !4, file: !5, type: !20)
78 !22 = !DILocalVariable(name: "tmax", line: 80, scope: !4, file: !5, type: !20)
[all …]
/external/python/cpython2/Lib/compiler/
Dsymbols.py220 scope = self.module = self.scopes[node] = ModuleScope()
221 self.visit(node.node, scope)
231 scope = FunctionScope(node.name, self.module, self.klass)
233 scope.nested = 1
234 self.scopes[node] = scope
235 self._do_args(scope, node.argnames)
236 self.visit(node.code, scope)
237 self.handle_free_vars(scope, parent)
240 scope = GenExprScope(self.module, self.klass);
243 scope.nested = 1
[all …]
/external/vixl/test/
Dtest-code-generation-scopes.cc57 CodeBufferCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes); in TEST() local
71 CodeBufferCheckScope scope(&masm, aarch64::kInstructionSize); in TEST() local
85 CodeBufferCheckScope scope(&masm, 2 * aarch32::kA32InstructionSizeInBytes); in TEST() local
100 CodeBufferCheckScope scope(&masm, 2 * aarch64::kInstructionSize); in TEST() local
115 CodeBufferCheckScope scope; in TEST() local
117 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
131 CodeBufferCheckScope scope; in TEST() local
133 scope.Open(&masm, aarch64::kInstructionSize); in TEST()
147 CodeBufferCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes); in TEST() local
149 scope.Close(); in TEST()
[all …]
/external/llvm/test/CodeGen/AArch64/
Daarch64-2014-08-11-MachineCombinerCrash.ll50 … DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 141, file: !1, scope: !1, type: !6, var…
57 !13 = !DILocalVariable(name: "", line: 140, arg: 1, scope: !4, file: !1, type: !8)
58 !14 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15)
61 !18 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15)
62 !19 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15)
63 !20 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15)
64 !21 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15)
65 !22 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15)
66 !23 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15)
67 !24 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15)
[all …]
/external/libxml2/doc/
Dsearch.php93 $scope = $HTTP_GET_VARS[ "scope" ]; variable
100 if ($scope == NULL)
101 $scope = "any"; variable
102 $scope = ltrim ($scope); variable
103 if ($scope == "")
104 $scope = "any"; variable
115 <option value="XML" <?php if ($scope == 'XML') print "selected"?>>XML resources</option>
116 <option value="XSLT" <?php if ($scope == 'XSLT') print "selected"?>>XSLT resources</option>
117 <option value="API" <?php if ($scope == 'API') print "selected"?>>Only the APIs</option>
118 … <option value="XMLAPI" <?php if ($scope == 'XMLAPI') print "selected"?>>Only the XML API</option>
[all …]
/external/llvm/test/CodeGen/ARM/
Ddebug-info-blocks.ll115 …(tag: DW_TAG_enumeration_type, line: 248, size: 32, align: 32, file: !160, scope: !0, elements: !3)
119 …enumeration_type, name: "Mode", line: 79, size: 32, align: 32, file: !160, scope: !0, elements: !7)
123 …(tag: DW_TAG_enumeration_type, line: 15, size: 32, align: 32, file: !149, scope: !0, elements: !11)
128 …(tag: DW_TAG_enumeration_type, line: 20, size: 32, align: 32, file: !150, scope: !0, elements: !16)
133 …(tag: DW_TAG_enumeration_type, line: 14, size: 32, align: 32, file: !151, scope: !0, elements: !21)
137 … DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 609, file: !152, scope: !24, type: !25)
141 !27 = !DILocalVariable(name: ".block_descriptor", line: 609, arg: 1, flags: DIFlagArtificial, scope
142 !28 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, scope: !0, baseType: !29)
143 … name: "__block_literal_14", line: 609, size: 256, align: 32, file: !152, scope: !24, elements: !3…
145 …DW_TAG_member, name: "__isa", line: 609, size: 32, align: 32, file: !152, scope: !24, baseType: !3…
[all …]
Ddebug-info-qreg.ll41 …: DIFlagPrototyped, isOptimized: true, unit: !2, scopeLine: 3, file: !54, scope: !1, type: !3, var…
46 !5 = !DIDerivedType(tag: DW_TAG_typedef, name: "v4f32", line: 14, file: !54, scope: !2, baseType: !…
51 … DIFlagPrototyped, isOptimized: true, unit: !2, scopeLine: 59, file: !54, scope: !1, type: !11, va…
55 … DIFlagPrototyped, isOptimized: true, unit: !2, scopeLine: 41, file: !55, scope: !15, type: !16, v…
59 !18 = !DILocalVariable(name: "a", line: 3, arg: 1, scope: !0, file: !1, type: !7)
60 !19 = !DILocalVariable(name: "argc", line: 59, arg: 1, scope: !10, file: !1, type: !13)
61 !20 = !DILocalVariable(name: "argv", line: 59, arg: 2, scope: !10, file: !1, type: !21)
62 !21 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, scope: !2, baseType: !22)
63 !22 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, scope: !2, baseType: !23)
65 !24 = !DILocalVariable(name: "i", line: 60, scope: !25, file: !1, type: !13)
[all …]
Ddebug-info-branch-folding.ll45 …ndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !2, file: !54, scope: null, type: !3, v…
50 !5 = !DIDerivedType(tag: DW_TAG_typedef, name: "v4f32", line: 14, file: !54, scope: !2, baseType: !…
51 !6 = !DICompositeType(tag: DW_TAG_array_type, size: 128, align: 128, file: !54, scope: !2, baseType…
55 …ndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !2, file: !54, scope: null, type: !11, …
59 …ndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !2, file: !55, scope: null, type: !16, …
63 !18 = !DILocalVariable(name: "a", line: 3, arg: 1, scope: !0, file: !1, type: !7)
64 !19 = !DILocalVariable(name: "argc", line: 59, arg: 1, scope: !10, file: !1, type: !13)
65 !20 = !DILocalVariable(name: "argv", line: 59, arg: 2, scope: !10, file: !1, type: !21)
66 !21 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, scope: !2, baseType: !22)
67 !22 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, scope: !2, baseType: !23)
[all …]
Ddebug-info-s16-reg.ll68 …: DIFlagPrototyped, isOptimized: true, unit: !2, scopeLine: 5, file: !51, scope: !1, type: !3, var…
74 … DIFlagPrototyped, isOptimized: true, unit: !2, scopeLine: 12, file: !51, scope: !1, type: !3, var…
75 … DIFlagPrototyped, isOptimized: true, unit: !2, scopeLine: 18, file: !51, scope: !1, type: !3, var…
76 !8 = !DILocalVariable(name: "ptr", line: 4, arg: 1, scope: !0, file: !1, type: !9)
77 !9 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, scope: !2, baseType: null)
78 !10 = !DILocalVariable(name: "val", line: 4, arg: 2, scope: !0, file: !1, type: !11)
80 !12 = !DILocalVariable(name: "c", line: 4, arg: 3, scope: !0, file: !1, type: !13)
83 !58 = !DILocalVariable(name: "ptr", line: 4, arg: 1, scope: !0, file: !1, type: !9)
84 !60 = !DILocalVariable(name: "val", line: 4, arg: 2, scope: !0, file: !1, type: !11)
85 !62 = !DILocalVariable(name: "c", line: 4, arg: 3, scope: !0, file: !1, type: !13)
[all …]
/external/llvm/test/Transforms/SampleProfile/
Dpropagate.ll219 !6 = distinct !DISubprogram(name: "foo", linkageName: "_Z3fooiil", scope: !1, file: !1, line: 3, ty…
224 !11 = !DILocalVariable(name: "x", arg: 1, scope: !6, file: !1, line: 3, type: !10)
226 !13 = !DILocation(line: 3, column: 14, scope: !6)
227 !14 = !DILocalVariable(name: "y", arg: 2, scope: !6, file: !1, line: 3, type: !10)
228 !15 = !DILocation(line: 3, column: 21, scope: !6)
229 !16 = !DILocalVariable(name: "N", arg: 3, scope: !6, file: !1, line: 3, type: !9)
230 !17 = !DILocation(line: 3, column: 29, scope: !6)
231 !18 = !DILocation(line: 4, column: 7, scope: !19)
232 !19 = distinct !DILexicalBlock(scope: !6, file: !1, line: 4, column: 7)
233 !20 = !DILocation(line: 4, column: 11, scope: !19)
[all …]
Dgcc-simple.ll151 !4 = distinct !DISubprogram(name: "foo", linkageName: "_Z3fool", scope: !1, file: !1, line: 3, type…
156 !9 = distinct !DISubprogram(name: "main", scope: !1, file: !1, line: 7, type: !10, isLocal: false, …
163 !16 = !DILocalVariable(name: "i", arg: 1, scope: !4, file: !1, line: 3, type: !8)
165 !18 = !DILocation(line: 3, column: 24, scope: !4)
166 !19 = !DILocation(line: 4, column: 7, scope: !20)
167 !20 = distinct !DILexicalBlock(scope: !4, file: !1, line: 4, column: 7)
168 !21 = !DILocation(line: 4, column: 14, scope: !20)
169 !22 = !DILocation(line: 4, column: 7, scope: !4)
170 !23 = !DILocation(line: 4, column: 21, scope: !24)
171 !24 = !DILexicalBlockFile(scope: !20, file: !1, discriminator: 1)
[all …]
Dbranch.ll166 !6 = distinct !DISubprogram(name: "main", scope: !1, file: !1, line: 4, type: !7, isLocal: false, i…
176 !16 = !DILocalVariable(name: "argc", arg: 1, scope: !6, file: !1, line: 4, type: !9)
178 !18 = !DILocation(line: 4, column: 15, scope: !6)
179 !19 = !DILocalVariable(name: "argv", arg: 2, scope: !6, file: !1, line: 4, type: !10)
180 !20 = !DILocation(line: 4, column: 27, scope: !6)
181 !21 = !DILocation(line: 5, column: 8, scope: !22)
182 !22 = distinct !DILexicalBlock(scope: !6, file: !1, line: 5, column: 8)
183 !23 = !DILocation(line: 5, column: 13, scope: !22)
184 !24 = !DILocation(line: 5, column: 8, scope: !6)
185 !25 = !DILocation(line: 6, column: 6, scope: !22)
[all …]
Dcov-zero-samples.ll93 !4 = distinct !DISubprogram(name: "never_called", linkageName: "_Z12never_calledi", scope: !1, file…
97 !8 = distinct !DISubprogram(name: "main", scope: !1, file: !1, line: 7, type: !9, isLocal: false, i…
101 !12 = !DIGlobalVariable(name: "N", scope: !0, file: !1, line: 3, type: !13, isLocal: false, isDefin…
108 !31 = !DILexicalBlockFile(scope: !4, file: !1, discriminator: 3)
109 !32 = !DILocation(line: 5, column: 27, scope: !31)
110 !33 = !DILocalVariable(name: "sum", scope: !8, file: !1, line: 8, type: !7)
111 !34 = !DILocation(line: 8, column: 7, scope: !8)
112 !35 = !DILocalVariable(name: "i", scope: !36, file: !1, line: 9, type: !14)
113 !36 = distinct !DILexicalBlock(scope: !8, file: !1, line: 9, column: 3)
114 !37 = !DILocation(line: 9, column: 18, scope: !36)
[all …]
/external/llvm/test/Linker/
Dmdlocation.ll12 ; CHECK: !0 = !DILocation(line: 3, column: 7, scope: !1)
14 ; CHECK: !7 = !DILocation(line: 3, column: 7, scope: !1, inlinedAt: !0)
15 ; CHECK: !8 = !DILocation(line: 3, column: 7, scope: !1, inlinedAt: !7)
16 ; CHECK: !9 = distinct !DILocation(line: 3, column: 7, scope: !1)
17 ; CHECK: !10 = distinct !DILocation(line: 3, column: 7, scope: !1, inlinedAt: !9)
18 ; CHECK: !11 = !DILocation(line: 3, column: 7, scope: !12)
20 ; CHECK: !15 = !DILocation(line: 3, column: 7, scope: !12, inlinedAt: !11)
21 ; CHECK: !16 = !DILocation(line: 3, column: 7, scope: !12, inlinedAt: !15)
22 ; CHECK: !17 = distinct !DILocation(line: 3, column: 7, scope: !12)
23 ; CHECK: !18 = distinct !DILocation(line: 3, column: 7, scope: !12, inlinedAt: !17)
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DCTarget.java88 public boolean isValidActionScope(int grammarType, String scope) { in isValidActionScope() argument
91 if (scope.equals("lexer")) { in isValidActionScope()
94 if (scope.equals("header")) { in isValidActionScope()
97 if (scope.equals("includes")) { in isValidActionScope()
100 if (scope.equals("preincludes")) { in isValidActionScope()
103 if (scope.equals("overrides")) { in isValidActionScope()
108 if (scope.equals("parser")) { in isValidActionScope()
111 if (scope.equals("header")) { in isValidActionScope()
114 if (scope.equals("includes")) { in isValidActionScope()
117 if (scope.equals("preincludes")) { in isValidActionScope()
[all …]
/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc187 InjectedScript::ContextScope scope(m_inspector, m_contextGroupId, in wrapObject() local
189 Response response = scope.initialize(); in wrapObject()
195 response = scope.injectedScript()->wrapObject( in wrapObject()
279 InjectedScript::ContextScope scope(m_inspector, m_session->contextGroupId(), in evaluate() local
281 response = scope.initialize(); in evaluate()
287 if (silent.fromMaybe(false)) scope.ignoreExceptionsAndMuteConsole(); in evaluate()
288 if (userGesture.fromMaybe(false)) scope.pretendUserGesture(); in evaluate()
290 if (includeCommandLineAPI.fromMaybe(false)) scope.installCommandLineAPI(); in evaluate()
292 bool evalIsDisabled = !scope.context()->IsCodeGenerationFromStringsAllowed(); in evaluate()
294 if (evalIsDisabled) scope.context()->AllowCodeGenerationFromStrings(true); in evaluate()
[all …]
/external/v8/src/ast/
Dscopes.cc47 Variable* VariableMap::Declare(Zone* zone, Scope* scope, in Declare() argument
63 p->value = new (zone) Variable(scope, name, mode, kind, initialization_flag, in Declare()
153 Scope::Snapshot::Snapshot(Scope* scope) in Snapshot() argument
154 : outer_scope_(scope), in Snapshot()
155 top_inner_scope_(scope->inner_scope_), in Snapshot()
156 top_unresolved_(scope->unresolved_), in Snapshot()
157 top_local_(scope->GetClosureScope()->locals_.end()), in Snapshot()
158 top_decl_(scope->GetClosureScope()->decls_.end()) {} in Snapshot()
342 DeclarationScope* scope = GetClosureScope(); in HasSimpleParameters() local
343 return !scope->is_function_scope() || scope->has_simple_parameters(); in HasSimpleParameters()
[all …]
/external/llvm/test/CodeGen/Thumb/
D2010-07-15-debugOrdering.ll51 !0 = !DILocation(line: 46, scope: !1)
52 !1 = distinct !DILexicalBlock(line: 44, column: 0, file: !101, scope: !2)
53 !2 = distinct !DILexicalBlock(line: 44, column: 0, file: !101, scope: !3)
54 …Definition: true, virtualIndex: 6, isOptimized: false, unit: !5, file: !101, scope: null, type: !6)
63 …ag: DW_TAG_member, name: "e", line: 160, size: 192, align: 32, file: !99, scope: !8, baseType: !12)
64 !12 = !DICompositeType(tag: DW_TAG_array_type, size: 192, align: 32, file: !101, scope: !4, baseTyp…
68 …l: false, isDefinition: false, virtualIndex: 6, isOptimized: false, file: !9, scope: !8, type: !17)
71 …AG_pointer_type, size: 32, align: 32, flags: DIFlagArtificial, file: !101, scope: !4, baseType: !8)
76 …l: false, isDefinition: false, virtualIndex: 6, isOptimized: false, file: !9, scope: !8, type: !24)
79 …l: false, isDefinition: false, virtualIndex: 6, isOptimized: false, file: !9, scope: !8, type: !27)
[all …]
/external/llvm/test/CodeGen/X86/
D2010-06-01-DeadArg-DbgInfo.ll13 …ata %struct.foo* %this, i64 0, metadata !15, metadata !DIExpression()), !dbg !DILocation(scope: !8)
14 ….value(metadata i32 %x, i64 0, metadata !16, metadata !DIExpression()), !dbg !DILocation(scope: !8)
26 !0 = !DILocalVariable(name: "this", line: 11, arg: 1, scope: !1, file: !3, type: !12)
27 … true, virtualIndex: 6, isOptimized: true, unit: !4, scopeLine: 11, file: !31, scope: !2, type: !9)
28 …_TAG_structure_type, name: "foo", line: 3, size: 32, align: 32, file: !31, scope: !3, elements: !5)
32 !6 = !DIDerivedType(tag: DW_TAG_member, name: "y", line: 8, size: 32, align: 32, file: !31, scope: …
34 … true, virtualIndex: 6, isOptimized: true, unit: !4, scopeLine: 15, file: !31, scope: !2, type: !9)
37 …TAG_pointer_type, size: 64, align: 64, flags: DIFlagArtificial, file: !31, scope: !3, baseType: !2)
38 …_TAG_const_type, size: 64, align: 64, flags: DIFlagArtificial, file: !31, scope: !3, baseType: !13)
39 !13 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, file: !31, scope: !3, baseType:…
[all …]
/external/llvm/test/DebugInfo/Mips/
Ddsr-fixed-objects.ll104 !4 = distinct !DISubprogram(name: "f0", scope: !1, file: !1, line: 4, type: !5, isLocal: false, isD…
109 !9 = !DILocalVariable(name: "a", arg: 1, scope: !4, file: !1, line: 4, type: !7)
110 !10 = !DILocalVariable(name: "b", arg: 2, scope: !4, file: !1, line: 4, type: !7)
111 !11 = !DILocalVariable(name: "c", arg: 3, scope: !4, file: !1, line: 4, type: !7)
112 !12 = !DILocalVariable(name: "d", arg: 4, scope: !4, file: !1, line: 4, type: !7)
113 !13 = !DILocalVariable(name: "e", arg: 5, scope: !4, file: !1, line: 4, type: !7)
114 !14 = !DILocalVariable(name: "x", scope: !4, file: !1, line: 5, type: !7)
115 !15 = distinct !DISubprogram(name: "f1", scope: !1, file: !1, line: 11, type: !5, isLocal: false, i…
117 !17 = !DILocalVariable(name: "a", arg: 1, scope: !15, file: !1, line: 11, type: !7)
118 !18 = !DILocalVariable(name: "b", arg: 2, scope: !15, file: !1, line: 11, type: !7)
[all …]
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp98 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
99 clearRefsIn(*scope.Begin, info.Refs); in ~AutoreleasePoolRewriter()
100 clearRefsIn(*scope.End, info.Refs); in ~AutoreleasePoolRewriter()
101 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs); in ~AutoreleasePoolRewriter()
122 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
123 clearUnavailableDiags(*scope.Begin); in ~AutoreleasePoolRewriter()
124 clearUnavailableDiags(*scope.End); in ~AutoreleasePoolRewriter()
125 if (scope.IsFollowedBySimpleReturnStmt) { in ~AutoreleasePoolRewriter()
127 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {"); in ~AutoreleasePoolRewriter()
128 Pass.TA.removeStmt(*scope.End); in ~AutoreleasePoolRewriter()
[all …]
/external/llvm/test/DebugInfo/X86/
Dpr28270.ll74 !6 = distinct !DISubprogram(name: "PrintVector", linkageName: "_Z11PrintVectorv", scope: !1, file: …
78 !10 = !DILocalVariable(name: "_text", scope: !6, file: !1, line: 19, type: !11)
82 !14 = !DISubprogram(name: "A", scope: !12, file: !1, line: 2, type: !15, isLocal: false, isDefiniti…
89 !21 = !DISubprogram(name: "operator+=", linkageName: "_ZN1ApLEPKc", scope: !12, file: !1, line: 5, …
90 !22 = !DISubprogram(name: "m_fn1", linkageName: "_ZN1A5m_fn1ES_", scope: !12, file: !1, line: 6, ty…
93 !25 = !DILocalVariable(name: "opts", scope: !6, file: !1, line: 20, type: !26)
95 !27 = !DILocalVariable(name: "indent", scope: !6, file: !1, line: 20, type: !26)
96 !28 = !DILocalVariable(name: "type", scope: !6, file: !1, line: 20, type: !26)
97 !29 = !DILocalVariable(name: "v", scope: !6, file: !1, line: 21, type: !30)
100 !32 = !DISubprogram(name: "operator[]", linkageName: "_ZN1BixEj", scope: !30, file: !1, line: 11, t…
[all …]
Ddbg-declare-arg.ll75 …lse, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, file: !51, scope: !1, type: !11)
76 …g: DW_TAG_class_type, name: "A", line: 2, size: 128, align: 32, file: !51, scope: !2, elements: !4)
80 !5 = !DIDerivedType(tag: DW_TAG_member, name: "x", line: 2, size: 32, align: 32, file: !51, scope: …
82 …AG_member, name: "y", line: 2, size: 32, align: 32, offset: 32, file: !51, scope: !3, baseType: !6)
83 …AG_member, name: "z", line: 2, size: 32, align: 32, offset: 64, file: !51, scope: !3, baseType: !6)
84 …AG_member, name: "o", line: 2, size: 32, align: 32, offset: 96, file: !51, scope: !3, baseType: !6)
85 …6, flags: DIFlagArtificial | DIFlagPrototyped, isOptimized: false, file: !51, scope: !1, type: !11)
89 …6, flags: DIFlagArtificial | DIFlagPrototyped, isOptimized: false, file: !51, scope: !1, type: !15)
92 !17 = !DIDerivedType(tag: DW_TAG_reference_type, scope: !2, baseType: !18)
94 …alIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !2, file: !51, scope: !3, type: !20)
[all …]
/external/llvm/test/Assembler/
Ddilexicalblock.ll15 !2 = distinct !DISubprogram(name: "foo", scope: !1, unit: !0)
17 ; CHECK: !3 = !DILexicalBlock(scope: !2, file: !1, line: 7, column: 35)
18 !3 = !DILexicalBlock(scope: !2, file: !1, line: 7, column: 35)
20 ; CHECK: !4 = !DILexicalBlock(scope: !2)
21 !4 = !DILexicalBlock(scope: !2)
22 !5 = !DILexicalBlock(scope: !2, file: null, line: 0, column: 0)
24 ; CHECK: !5 = !DILexicalBlockFile(scope: !3, file: !1, discriminator: 0)
25 ; CHECK: !6 = !DILexicalBlockFile(scope: !3, file: !1, discriminator: 1)
26 !6 = !DILexicalBlockFile(scope: !3, file: !1, discriminator: 0)
27 !7 = !DILexicalBlockFile(scope: !3, file: !1, discriminator: 1)
[all …]
/external/llvm/test/CodeGen/Hexagon/
Dmisched-top-rptracker-sync.ll88 !6 = distinct !DISubprogram(name: "fred", scope: !1, file: !1, line: 138, type: !7, isLocal: false,…
96 !14 = !DIDerivedType(tag: DW_TAG_member, name: "p2", scope: !12, file: !11, line: 55, baseType: !15…
101 !19 = !DIDerivedType(tag: DW_TAG_member, name: "p3", scope: !17, file: !11, line: 47, baseType: !20…
103 !21 = !DIDerivedType(tag: DW_TAG_member, name: "p4", scope: !17, file: !11, line: 48, baseType: !22…
105 !23 = !DIDerivedType(tag: DW_TAG_member, name: "p5", scope: !17, file: !11, line: 49, baseType: !22…
106 !24 = !DIDerivedType(tag: DW_TAG_member, name: "p1", scope: !12, file: !11, line: 56, baseType: !15…
108 !26 = !DILocalVariable(name: "pA", arg: 1, scope: !6, file: !1, line: 138, type: !9)
109 !27 = !DILocalVariable(name: "p", arg: 2, scope: !6, file: !1, line: 138, type: !15)
111 !29 = !DILocation(line: 138, column: 34, scope: !6)
112 !30 = !DILocation(line: 138, column: 57, scope: !6)
[all …]

12345678910>>...75