Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h247 bool NeedsCopyDispose : 1; variable
H A DCGBlocks.cpp36 : Name(name), CXXThisIndex(0), CanBeGlobal(false), NeedsCopyDispose(false), in CGBlockInfo()
90 if (BlockInfo.NeedsCopyDispose) { in getBlockDescriptorName()
190 if (blockInfo.NeedsCopyDispose) { in buildBlockDescriptor()
418 Info.NeedsCopyDispose = true; in addBlockLayout()
825 if (blockInfo.NeedsCopyDispose) in EmitBlockLiteral()
1053 if (!blockInfo.NoEscape && !blockInfo.NeedsCopyDispose) in EmitBlockLiteral()
H A DCGObjCMac.cpp2858 return getBlockLayoutInfoString(RunSkipBlockVars, blockInfo.NeedsCopyDispose); in getRCBlockLayoutStr()
H A DCGDebugInfo.cpp5470 Context.getPointerType(Block.NeedsCopyDispose in collectDefaultFieldsForBlockLiteralDeclare()