Searched refs:RUN_SKIP (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 833 class RUN_SKIP { class in __anonb5e682970111::CGObjCCommonMac 838 RUN_SKIP(enum BLOCK_LAYOUT_OPCODE Opcode = BLOCK_LAYOUT_OPERATOR, in RUN_SKIP() function in __anonb5e682970111::CGObjCCommonMac::RUN_SKIP 844 bool operator<(const RUN_SKIP &b) const { in operator <() 855 SmallVector<RUN_SKIP, 16> RunSkipBlockVars; 2442 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_BYREF, FieldOffset, in UpdateRunSkipBlockVars() 2445 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_STRONG, FieldOffset, in UpdateRunSkipBlockVars() 2448 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_WEAK, FieldOffset, in UpdateRunSkipBlockVars() 2451 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_UNRETAINED, FieldOffset, in UpdateRunSkipBlockVars() 2454 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_NON_OBJECT_BYTES, in UpdateRunSkipBlockVars() 2523 RUN_SKIP(RunSkipBlockVars[i].opcode, in BuildRCRecordLayout() [all …]
|