Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBlocks.cpp1226 Address CodeGenFunction::GetAddrOfBlockDecl(const VarDecl *variable) { in GetAddrOfBlockDecl() function in CodeGenFunction
HDCGClass.cpp3021 Address ThisPtr = GetAddrOfBlockDecl(variable); in EmitLambdaBlockInvokeBody()
HDCodeGenFunction.h2338 Address GetAddrOfBlockDecl(const VarDecl *var);
HDCGExpr.cpp3069 Address addr = GetAddrOfBlockDecl(VD); in EmitDeclRefLValue()