Home
last modified time | relevance | path

Searched refs:getScope (Results 1 – 25 of 90) sorted by relevance

1234

/external/llvm/lib/IR/
DDebugInfo.cpp115 processScope(DIG->getScope()); in processModule()
132 processScope(NS->getScope()); in processModule()
134 processScope(M->getScope()); in processModule()
144 processScope(Loc->getScope()); in processLocation()
151 processScope(DT->getScope().resolve(TypeIdentifierMap)); in processType()
190 processScope(LB->getScope()); in processScope()
192 processScope(NS->getScope()); in processScope()
194 processScope(M->getScope()); in processScope()
201 processScope(SP->getScope().resolve(TypeIdentifierMap)); in processSubprogram()
225 processScope(DV->getScope()); in processDeclare()
[all …]
DDebugLoc.cpp36 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
38 return get()->getScope(); in getScope()
91 auto *Scope = cast<DIScope>(getScope()); in print()
DDebugInfoMetadata.cpp128 DIScopeRef DIScope::getScope() const { in getScope() function in DIScope
130 return T->getScope(); in getScope()
133 return SP->getScope(); in getScope()
136 return DIScopeRef(LB->getScope()); in getScope()
139 return DIScopeRef(NS->getScope()); in getScope()
142 return DIScopeRef(M->getScope()); in getScope()
336 return Block->getScope()->getSubprogram(); in getSubprogram()
DDIBuilder.cpp780 assert(DL->getScope()->getSubprogram() == in insertDeclare()
781 VarInfo->getScope()->getSubprogram() && in insertDeclare()
799 assert(DL->getScope()->getSubprogram() == in insertDeclare()
800 VarInfo->getScope()->getSubprogram() && in insertDeclare()
826 assert(DL->getScope()->getSubprogram() == in insertDbgValueIntrinsic()
827 VarInfo->getScope()->getSubprogram() && in insertDbgValueIntrinsic()
849 assert(DL->getScope()->getSubprogram() == in insertDbgValueIntrinsic()
850 VarInfo->getScope()->getSubprogram() && in insertDbgValueIntrinsic()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp110 DILocalScope *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/
DBreakpointPrinter.cpp35 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/guice/core/src/com/google/inject/internal/
DScopeBindingProcessor.java39 Scope scope = checkNotNull(command.getScope(), "scope"); in visit()
54 if (!scope.equals(existing.getScope())) { in visit()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h421 DIScopeRef getScope() const;
546 DIScopeRef getScope() const { return DIScopeRef(getRawScope()); }
691 getScope(), getBaseType(), getSizeInBits(),
793 getScope(), getBaseType(), getSizeInBits(),
1153 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); }
1158 DIFile *getFile() const { return getScope()->getFile(); }
1159 StringRef getFilename() const { return getScope()->getFilename(); }
1160 StringRef getDirectory() const { return getScope()->getDirectory(); }
1169 return getScope();
1271 getContext(), getScope(), getName(), getLinkageName(), getFile(),
[all …]
DDebugLoc.h95 MDNode *getScope() const;
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp356 auto *OldSubprogram = cast<DISubprogram>(OldDL.getScope()); in TEST_F()
357 auto *NewSubprogram = cast<DISubprogram>(NewDL.getScope()); in TEST_F()
394 cast<DISubprogram>(OldIntrin->getVariable()->getScope())); in TEST_F()
397 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()
404 cast<DISubprogram>(OldIntrin->getVariable()->getScope())); in TEST_F()
407 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRHashMap.h82 - (NSInteger)getScope;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp199 auto *Scope = DIL->getScope(); in runOnFunction()
230 auto *Scope = FirstDIL->getScope(); in runOnFunction()
/external/apache-harmony/security/src/test/api/java.injected/java/security/
DIdentityTest.java106 assertSame(s, i.getScope()); in testIdentityStringIdentityScope()
249 assertNull(i.getScope()); in testGetScope()
253 assertSame(s, i2.getScope()); in testGetScope()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp111 auto *GVContext = GV->getScope(); in getOrCreateGlobalVariableDIE()
122 DeclContext = resolve(SDMDecl->getScope()); in getOrCreateGlobalVariableDIE()
129 DeclContext = GV->getScope(); in getOrCreateGlobalVariableDIE()
627 ContextDIE = getOrCreateContextDIE(resolve(SP->getScope())); in constructAbstractSubprogramScopeDIE()
659 addSourceLine(*IMDie, Module->getLine(), Module->getScope()->getFilename(), in constructImportedEntityDIE()
660 Module->getScope()->getDirectory()); in constructImportedEntityDIE()
817 auto *Context = resolve(SPDecl ? SPDecl->getScope() : SP->getScope()); in applySubprogramAttributesToDefinition()
DDwarfUnit.cpp338 addSourceLine(Die, V->getLine(), V->getScope()->getFilename(), in addSourceLine()
339 V->getScope()->getDirectory()); in addSourceLine()
702 auto *Context = resolve(Ty->getScope()); in createTypeDIE()
732 auto *Context = resolve(Ty->getScope()); in getOrCreateTypeDIE()
799 if (Context->getScope()) in getParentContextString()
800 Context = resolve(Context->getScope()); in getParentContextString()
1074 DIE *ContextDIE = getOrCreateContextDIE(NS->getScope()); in getOrCreateNameSpace()
1086 addGlobalName(Name, NDie, NS->getScope()); in getOrCreateNameSpace()
1094 DIE *ContextDIE = getOrCreateContextDIE(M->getScope()); in getOrCreateModule()
1102 addGlobalName(M->getName(), MDie, M->getScope()); in getOrCreateModule()
[all …]
/external/skia/src/animator/
DSkDrawExtraPathEffect.cpp115 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()
DSkDrawGroup.cpp261 SkASSERT(apply->getScope()); in reset()
262 *ptr = apply->getScope(); in reset()
DSkDisplayApply.h55 SkADrawable* getScope() { return scope; } in getScope() function
/external/guice/core/src/com/google/inject/spi/
DScopeBinding.java56 public Scope getScope() { in getScope() method in ScopeBinding
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DIdentityScopeTest.java78 assertEquals(scope.getName(), is.getScope().getName()); in testIdentityScopeStringIdentityScope()
DSignerTest.java92 assertSame(IdentityScope.getSystemScope(), s.getScope()); in testSignerStringIdentityScope()
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
DSmaliClassReferenceSearcher.java84 for (final PsiElement scopeElement : ((LocalSearchScope)querySearchScope).getScope()) { in processQuery()

1234