Searched defs:BLOCK_LAYOUT_STRONG (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp772 BLOCK_LAYOUT_STRONG = 3, enumerator in enum:__anon1279::CGObjCCommonMac::BLOCK_LAYOUT_OPCODE
2181 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_STRONG, FieldOffset,
2336 /// x captured object pointers of BLOCK_LAYOUT_STRONG. Followed by
2339 /// replaces it. For example, 0x00000x00 means x BLOCK_LAYOUT_STRONG and no
2353 if (opcode == BLOCK_LAYOUT_STRONG)
2374 if (opcode == BLOCK_LAYOUT_STRONG) {
2401 if (opcode == BLOCK_LAYOUT_STRONG)
2556 case BLOCK_LAYOUT_STRONG:

Completed in 98 milliseconds