Searched refs:BytePos (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 805 CharUnits BytePos = CharUnits::Zero(), in RUN_SKIP() argument 807 : opcode(Opcode), block_var_bytepos(BytePos), block_var_size(Size) {} in RUN_SKIP() 958 void BuildRCBlockVarRecordLayout(const RecordType *RT, CharUnits BytePos, 964 CharUnits BytePos, bool &HasUnion, bool ByrefLayout); 2378 CharUnits BytePos, bool &HasUnion, in BuildRCRecordLayout() argument 2413 BytePos + FieldOffset, HasUnion); in BuildRCRecordLayout() 2430 BuildRCBlockVarRecordLayout(RT, BytePos + FieldOffset, HasUnion); in BuildRCRecordLayout() 2457 BytePos + FieldOffset, FieldSize); in BuildRCRecordLayout() 2473 BytePos + LastBitfieldOrUnnamedOffset, Size); in BuildRCRecordLayout() 2484 BytePos + LastBitfieldOrUnnamedOffset, FieldSize); in BuildRCRecordLayout() [all …]
|