Searched refs:RUN_SKIP (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 833 class RUN_SKIP { class in __anonca7de2e40111::CGObjCCommonMac 838 RUN_SKIP(enum BLOCK_LAYOUT_OPCODE Opcode = BLOCK_LAYOUT_OPERATOR, in RUN_SKIP() function in __anonca7de2e40111::CGObjCCommonMac::RUN_SKIP 844 bool operator<(const RUN_SKIP &b) const { in operator <() 855 SmallVector<RUN_SKIP, 16> RunSkipBlockVars; 2443 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_BYREF, FieldOffset, in UpdateRunSkipBlockVars() 2446 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_STRONG, FieldOffset, in UpdateRunSkipBlockVars() 2449 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_WEAK, FieldOffset, in UpdateRunSkipBlockVars() 2455 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_NON_OBJECT_BYTES, in UpdateRunSkipBlockVars() 2524 RUN_SKIP(RunSkipBlockVars[i].opcode, in BuildRCRecordLayout() 2848 const SmallVectorImpl<CGObjCCommonMac::RUN_SKIP> &RunSkipBlockVars, in getBlockLayoutInfoString() [all …]
|