Home
last modified time | relevance | path

Searched refs:LocalScope (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Analysis/
DCFG.cpp169 class LocalScope { class
176 const LocalScope* Scope;
191 const_iterator(const LocalScope& S, unsigned I) in const_iterator()
251 LocalScope(BumpVectorContext ctx, const_iterator P) in LocalScope() function in __anonddca03440111::LocalScope
265 int LocalScope::const_iterator::distance(LocalScope::const_iterator L) { in distance()
283 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair()
287 LocalScope::const_iterator scopePosition;
382 LocalScope::const_iterator ScopePos;
580 void addAutomaticObjDtors(LocalScope::const_iterator B,
581 LocalScope::const_iterator E, Stmt *S);
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h127 auto *LocalScope = cast<DILocalScope>(Scope)->getNonLexicalBlockFileScope(); in addImportedEntity() local
128 ImportedEntities[LocalScope].push_back(IE); in addImportedEntity()
/external/llvm/lib/IR/
DDebugInfo.cpp35 if (auto *LocalScope = dyn_cast_or_null<DILocalScope>(Scope)) in getDISubprogram() local
36 return LocalScope->getSubprogram(); in getDISubprogram()
DVerifier.cpp4137 static DISubprogram *getSubprogram(Metadata *LocalScope) { in getSubprogram() argument
4138 if (!LocalScope) in getSubprogram()
4141 if (auto *SP = dyn_cast<DISubprogram>(LocalScope)) in getSubprogram()
4144 if (auto *LB = dyn_cast<DILexicalBlockBase>(LocalScope)) in getSubprogram()
4148 assert(!isa<DILocalScope>(LocalScope) && "Unknown type of local scope"); in getSubprogram()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h174 auto *LocalScope = cast<DILocalScope>(Scope)->getNonLexicalBlockFileScope(); in addImportedEntity() local
175 ImportedEntities[LocalScope].push_back(IE); in addImportedEntity()
DDwarfDebug.cpp1641 const DILocalScope *LocalScope = in collectEntityInfo() local
1645 Scope = LScopes.findInlinedScope(LocalScope, IA); in collectEntityInfo()
1647 Scope = LScopes.findLexicalScope(LocalScope); in collectEntityInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp44 if (auto *LocalScope = dyn_cast_or_null<DILocalScope>(Scope)) in getDISubprogram() local
45 return LocalScope->getSubprogram(); in getDISubprogram()
DVerifier.cpp4747 static DISubprogram *getSubprogram(Metadata *LocalScope) { in getSubprogram() argument
4748 if (!LocalScope) in getSubprogram()
4751 if (auto *SP = dyn_cast<DISubprogram>(LocalScope)) in getSubprogram()
4754 if (auto *LB = dyn_cast<DILexicalBlockBase>(LocalScope)) in getSubprogram()
4758 assert(!isa<DILocalScope>(LocalScope) && "Unknown type of local scope"); in getSubprogram()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4020 CodeGenFunction::RunCleanupsScope LocalScope(CGF); in emitTaskCall() local