Home
last modified time | relevance | path

Searched refs:RootScope (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1331 DILocalScope &RootScope, DISubprogram &NewSP, LLVMContext &Ctx, in cloneScopeForSubprogram() argument
1336 for (DIScope *Scope = &RootScope; !isa<DISubprogram>(Scope); in cloneScopeForSubprogram()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp4507 LocalScope<Emitter> RootScope(this); in visitExpr() local
4517 return RootScope.destroyLocals() && this->emitCheckAllocations(E); in visitExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2203 cloneScopeForSubprogram(DILocalScope &RootScope, DISubprogram &NewSP,