Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp590 assert(condition->getOperand(0) == CGF.NormalCleanupDest); in destroyOptimisticNormalEntry()
799 NormalCleanupDest = nullptr; in PopCleanupBlock()
1216 if (!NormalCleanupDest) in getNormalCleanupDestSlot()
1217 NormalCleanupDest = in getNormalCleanupDestSlot()
1219 return Address(NormalCleanupDest, CharUnits::fromQuantity(4)); in getNormalCleanupDestSlot()
DCodeGenFunction.cpp50 LambdaThisCaptureField(nullptr), NormalCleanupDest(nullptr), in CodeGenFunction()
DCodeGenFunction.h330 llvm::AllocaInst *NormalCleanupDest; variable
DCGObjCMac.cpp3896 addIfPresent(AllocasToIgnore, CGF.NormalCleanupDest); in collectLocals()