Searched refs:BLOCK_LAYOUT_WEAK (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp800 BLOCK_LAYOUT_WEAK = 5, enumerator in enum:__anon17846::CGObjCCommonMac::BLOCK_LAYOUT_OPCODE
2052 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_WEAK, FieldOffset,
2206 /// z captured object of BLOCK_LAYOUT_WEAK. If any of the above is missing, zero
2208 /// BLOCK_LAYOUT_BYREF and no BLOCK_LAYOUT_WEAK objects are captured.
2233 if (opcode == BLOCK_LAYOUT_WEAK)
2248 else if (opcode == BLOCK_LAYOUT_WEAK)
2257 if (opcode == BLOCK_LAYOUT_WEAK)
2273 else if (opcode == BLOCK_LAYOUT_WEAK)
2431 case BLOCK_LAYOUT_WEAK:

Completed in 149 milliseconds