Home
last modified time | relevance | path

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

123

/external/llvm/lib/IR/
DDebugInfo.cpp130 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()
DDebugLoc.cpp36 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
38 return get()->getScope(); in getScope()
91 auto *Scope = cast<MDScope>(getScope()); in print()
DDebugInfoMetadata.cpp128 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()
DDIBuilder.cpp737 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/
DLexicalScopes.cpp110 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/
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/llvm/include/llvm/IR/
DDebugInfoMetadata.h423 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 …]
DDebugLoc.h95 MDNode *getScope() const;
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp354 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/
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/ANTLR.framework/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/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.cpp106 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()
DDwarfUnit.cpp402 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()
DDwarfDebug.cpp310 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/
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/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/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp196 auto *Scope = FirstDIL->getScope(); in runOnFunction()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
DSystemScopeTest.java191 assertSame(ss, nested.getScope()); in testSystemScopeStringIdentityScope()
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h208 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()

123