Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()