Home
last modified time | relevance | path

Searched defs:blockInfo (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp57 const CGBlockInfo &blockInfo) { in buildCopyHelper()
63 const CGBlockInfo &blockInfo) { in buildDisposeHelper()
186 const CGBlockInfo &blockInfo) { in buildBlockDescriptor()
787 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral() local
796 llvm::Value *CodeGenFunction::EmitBlockLiteral(const CGBlockInfo &blockInfo) { in EmitBlockLiteral()
1292 CGBlockInfo blockInfo(BE->getBlockDecl(), Name); in GetAddrOfGlobalBlock() local
1310 const CGBlockInfo &blockInfo, in buildGlobalBlock()
1443 const CGBlockInfo &blockInfo, in GenerateBlockFunction()
1918 CodeGenFunction::GenerateCopyHelperFunction(const CGBlockInfo &blockInfo) { in GenerateCopyHelperFunction()
2115 CodeGenFunction::GenerateDestroyHelperFunction(const CGBlockInfo &blockInfo) { in GenerateDestroyHelperFunction()
H A DCGObjCRuntime.h320 const CGBlockInfo &blockInfo) { in getRCBlockLayoutStr()
H A DCGObjCMac.cpp2400 const CGBlockInfo &blockInfo) { in BuildGCBlockLayout()
2424 void IvarLayoutBuilder::visitBlock(const CGBlockInfo &blockInfo) { in visitBlock()
2943 const CGBlockInfo &blockInfo) { in fillRunSkipBlockVars()
2996 const CGBlockInfo &blockInfo) { in BuildRCBlockLayout()
3002 const CGBlockInfo &blockInfo) { in getRCBlockLayoutStr()
H A DCGObjCGNU.cpp657 const CGBlockInfo &blockInfo) override { in BuildGCBlockLayout()
661 const CGBlockInfo &blockInfo) override { in BuildRCBlockLayout()
H A DCGDebugInfo.cpp4470 const CGBlockInfo &blockInfo, llvm::Instruction *InsertPoint) { in EmitDeclareOfBlockDeclRefVariable()