Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1240 auto &byrefInfo = getBlockByrefInfo(variable); in GetAddrOfBlockDecl()
2470 auto &byrefInfo = getBlockByrefInfo(&var); in buildByrefHelpers()
2553 auto &info = getBlockByrefInfo(var); in emitBlockByrefAddress()
2586 const BlockByrefInfo &CodeGenFunction::getBlockByrefInfo(const VarDecl *D) { in getBlockByrefInfo() function in CodeGenFunction
H A DCGDecl.cpp1556 auto &byrefInfo = getBlockByrefInfo(&D); in EmitAutoVarAlloca()
H A DCodeGenFunction.h2349 const BlockByrefInfo &getBlockByrefInfo(const VarDecl *var);