Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp57 const CGBlockInfo &blockInfo) { in buildCopyHelper()
63 const CGBlockInfo &blockInfo) { in buildDisposeHelper()
170 const CGBlockInfo &blockInfo) { in buildBlockDescriptor()
792 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral() local
801 llvm::Value *CodeGenFunction::EmitBlockLiteral(const CGBlockInfo &blockInfo) { in EmitBlockLiteral()
1293 CGBlockInfo blockInfo(BE->getBlockDecl(), Name); in GetAddrOfGlobalBlock() local
1311 const CGBlockInfo &blockInfo, in buildGlobalBlock()
1444 GlobalDecl GD, const CGBlockInfo &blockInfo, const DeclMapTy &ldm, in GenerateBlockFunction()
1896 CodeGenFunction::GenerateCopyHelperFunction(const CGBlockInfo &blockInfo) { in GenerateCopyHelperFunction()
2087 CodeGenFunction::GenerateDestroyHelperFunction(const CGBlockInfo &blockInfo) { in GenerateDestroyHelperFunction()
H A DCGObjCRuntime.h321 const CGBlockInfo &blockInfo) { in getRCBlockLayoutStr()
H A DCGObjCMac.cpp2341 const CGBlockInfo &blockInfo) { in BuildGCBlockLayout()
2365 void IvarLayoutBuilder::visitBlock(const CGBlockInfo &blockInfo) { in visitBlock()
2884 const CGBlockInfo &blockInfo) { in fillRunSkipBlockVars()
2937 const CGBlockInfo &blockInfo) { in BuildRCBlockLayout()
2943 const CGBlockInfo &blockInfo) { in getRCBlockLayoutStr()
H A DCGObjCGNU.cpp658 const CGBlockInfo &blockInfo) override { in BuildGCBlockLayout()
662 const CGBlockInfo &blockInfo) override { in BuildRCBlockLayout()
H A DCGDebugInfo.cpp4765 const CGBlockInfo &blockInfo, llvm::Instruction *InsertPoint) { in EmitDeclareOfBlockDeclRefVariable()