Home
last modified time | relevance | path

Searched refs:getNonLexicalBlockFileScope (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLexicalScopes.cpp130 Scope = Scope->getNonLexicalBlockFileScope(); in findLexicalScope()
161 Scope = Scope->getNonLexicalBlockFileScope(); in getOrCreateRegularScope()
190 Scope = Scope->getNonLexicalBlockFileScope(); in getOrCreateInlinedScope()
213 Scope = Scope->getNonLexicalBlockFileScope(); in getOrCreateAbstractScope()
/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()
DAsmPrinter.cpp951 V->getScope()->getNonLexicalBlockFileScope())) { in emitDebugLabelComment()
DDwarfDebug.cpp1642 Label->getScope()->getNonLexicalBlockFileScope(); in collectEntityInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp589 DILocalScope *DILocalScope::getNonLexicalBlockFileScope() const { in getNonLexicalBlockFileScope() function in DILocalScope
591 return File->getScope()->getNonLexicalBlockFileScope(); in getNonLexicalBlockFileScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1343 DILocalScope *getNonLexicalBlockFileScope() const;