/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 130 processScope(DIG->getScope()); in processModule() 147 processScope(NS->getScope()); in processModule() 157 processScope(Loc->getScope()); in processLocation() 164 processScope(DT->getScope().resolve(TypeIdentifierMap)); in processType() 201 processScope(LB->getScope()); in processScope() 203 processScope(NS->getScope()); in processScope() 210 processScope(SP->getScope().resolve(TypeIdentifierMap)); in processSubprogram() 234 processScope(DV->getScope()); in processDeclare() 250 processScope(DV->getScope()); in processValue()
|
D | DebugLoc.cpp | 36 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc 38 return get()->getScope(); in getScope() 91 auto *Scope = cast<MDScope>(getScope()); in print()
|
D | DebugInfoMetadata.cpp | 128 MDScopeRef MDScope::getScope() const { in getScope() function in MDScope 130 return T->getScope(); in getScope() 133 return SP->getScope(); in getScope() 136 return MDScopeRef(LB->getScope()); in getScope() 139 return MDScopeRef(NS->getScope()); in getScope() 334 return Block->getScope()->getSubprogram(); in getSubprogram()
|
D | DIBuilder.cpp | 737 assert(DL->getScope()->getSubprogram() == in insertDeclare() 738 VarInfo->getScope()->getSubprogram() && in insertDeclare() 756 assert(DL->getScope()->getSubprogram() == in insertDeclare() 757 VarInfo->getScope()->getSubprogram() && in insertDeclare() 783 assert(DL->getScope()->getSubprogram() == in insertDbgValueIntrinsic() 784 VarInfo->getScope()->getSubprogram() && in insertDbgValueIntrinsic() 806 assert(DL->getScope()->getSubprogram() == in insertDbgValueIntrinsic() 807 VarInfo->getScope()->getSubprogram() && in insertDbgValueIntrinsic()
|
/external/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 110 MDLocalScope *Scope = DL->getScope(); in findLexicalScope() 117 Scope = File->getScope(); in findLexicalScope() 144 Scope = File->getScope(); in getOrCreateRegularScope() 153 Parent = getOrCreateLexicalScope(Block->getScope()); in getOrCreateRegularScope() 179 Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt); in getOrCreateInlinedScope() 197 Scope = File->getScope(); in getOrCreateAbstractScope() 205 Parent = getOrCreateAbstractScope(Block->getScope()); in getOrCreateAbstractScope()
|
/external/llvm/tools/opt/ |
D | BreakpointPrinter.cpp | 35 getContextName(NS->getScope(), N); in getContextName() 40 getContextName(TY->getScope().resolve(TypeIdentifierMap), N); in getContextName() 59 getContextName(SP->getScope().resolve(TypeIdentifierMap), Name); in runOnModule()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 423 MDScopeRef getScope() const; 547 MDScopeRef getScope() const { return MDScopeRef(getRawScope()); } 715 getScope(), getBaseType(), getSizeInBits(), 878 getScope(), getBaseType(), getSizeInBits(), 1152 return getTemporary(getContext(), getLine(), getColumn(), getScope(), 1174 MDLocalScope *getScope() const { 1181 MDFile *getFile() const { return getScope()->getFile(); } 1182 StringRef getFilename() const { return getScope()->getFilename(); } 1183 StringRef getDirectory() const { return getScope()->getDirectory(); } 1192 return getScope(); [all …]
|
D | DebugLoc.h | 95 MDNode *getScope() const;
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 354 auto *OldSubprogram = cast<MDSubprogram>(OldDL.getScope()); in TEST_F() 355 auto *NewSubprogram = cast<MDSubprogram>(NewDL.getScope()); in TEST_F() 392 cast<MDSubprogram>(OldIntrin->getVariable()->getScope()) in TEST_F() 396 cast<MDSubprogram>(NewIntrin->getVariable()->getScope()) in TEST_F() 404 cast<MDSubprogram>(OldIntrin->getVariable()->getScope()) in TEST_F() 408 cast<MDSubprogram>(NewIntrin->getVariable()->getScope()) in TEST_F()
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRHashMap.h | 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 85 - (NSInteger)getScope;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRHashMap.h | 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 85 - (NSInteger)getScope;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRHashMap.h | 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 85 - (NSInteger)getScope;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRHashMap.h | 82 - (NSInteger)getScope; 101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
D | IdentityTest.java | 106 assertSame(s, i.getScope()); in testIdentityStringIdentityScope() 249 assertNull(i.getScope()); in testGetScope() 253 assertSame(s, i2.getScope()); in testGetScope()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 106 DIScope GVContext = GV->getScope(); in getOrCreateGlobalVariableDIE() 118 DeclContext = resolve(SDMDecl->getScope()); in getOrCreateGlobalVariableDIE() 125 DeclContext = GV->getScope(); in getOrCreateGlobalVariableDIE() 621 ContextDIE = getOrCreateContextDIE(resolve(SP->getScope())); in constructAbstractSubprogramScopeDIE() 652 addSourceLine(*IMDie, Module->getLine(), Module->getScope()->getFilename(), in constructImportedEntityDIE() 653 Module->getScope()->getDirectory()); in constructImportedEntityDIE() 812 DIScope Context = resolve(SPDecl ? SPDecl->getScope() : SP->getScope()); in applySubprogramAttributesToDefinition()
|
D | DwarfUnit.cpp | 402 addSourceLine(Die, V->getLine(), V->getScope()->getFilename(), in addSourceLine() 403 V->getScope()->getDirectory()); in addSourceLine() 789 DIScope Context = resolve(Ty->getScope()); in createTypeDIE() 821 DIScope Context = resolve(Ty->getScope()); in getOrCreateTypeDIE() 906 if (Context->getScope()) in getParentContextString() 907 Context = resolve(Context->getScope()); in getParentContextString() 1191 DIE *ContextDIE = getOrCreateContextDIE(NS->getScope()); in getOrCreateNameSpace() 1203 addGlobalName(Name, NDie, NS->getScope()); in getOrCreateNameSpace() 1214 Minimal ? &getUnitDie() : getOrCreateContextDIE(resolve(SP->getScope())); in getOrCreateSubprogramDIE() 1555 DIE *ContextDIE = getOrCreateContextDIE(resolve(DT->getScope())); in getOrCreateStaticMemberDIE()
|
D | DwarfDebug.cpp | 310 return isSubprogramContext(resolve(T->getScope())); in isSubprogramContext() 425 if (DIE *D = TheCU.getOrCreateContextDIE(Module->getScope())) in constructAndAddImportedEntityDIE() 451 ScopesWithImportedEntities.push_back(std::make_pair(IE->getScope(), IE)); in beginModule() 895 Scope = LScopes.findInlinedScope(IV.first->getScope(), IA); in collectVariableInfo() 897 Scope = LScopes.findLexicalScope(IV.first->getScope()); in collectVariableInfo() 933 if (LexicalScope *Scope = LScopes.findLexicalScope(DV->getScope())) { in collectVariableInfo() 976 const MDNode *Scope = DL.getScope(); in beginInstruction() 1131 getDISubprogram(DIVar->getScope())->describes(MF->getFunction())) { in beginFunction() 1223 DV->getScope()); in endFunction()
|
/external/skia/src/animator/ |
D | SkDrawExtraPathEffect.cpp | 115 drawPath = (SkDrawPath*) apply->getScope(); in next() 128 matrix = (SkDrawMatrix*) apply->getScope(); in next() 271 drawPath = (SkDrawPath*) apply->getScope(); in addPath() 283 matrix = (SkDrawMatrix*) apply->getScope(); in addPath()
|
D | SkDrawGroup.cpp | 261 SkASSERT(apply->getScope()); in reset() 262 *ptr = apply->getScope(); in reset()
|
D | SkDisplayApply.h | 55 SkADrawable* getScope() { return scope; } in getScope() function
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | IdentityScopeTest.java | 78 assertEquals(scope.getName(), is.getScope().getName()); in testIdentityScopeStringIdentityScope()
|
D | SignerTest.java | 92 assertSame(IdentityScope.getSystemScope(), s.getScope()); in testSignerStringIdentityScope()
|
/external/llvm/lib/Transforms/Utils/ |
D | AddDiscriminators.cpp | 196 auto *Scope = FirstDIL->getScope(); in runOnFunction()
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/ |
D | SystemScopeTest.java | 191 assertSame(ss, nested.getScope()); in testSystemScopeStringIdentityScope()
|
/external/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 208 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
|