Searched refs:BytePos (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 835 CharUnits BytePos = CharUnits::Zero(), in RUN_SKIP() argument 837 : opcode(Opcode), block_var_bytepos(BytePos), block_var_size(Size) {} in RUN_SKIP() 991 CharUnits BytePos, bool &HasUnion, 997 CharUnits BytePos, bool &HasUnion, 2493 BytePos + FieldOffset, HasUnion); in BuildRCRecordLayout() 2510 BuildRCBlockVarRecordLayout(RT, BytePos + FieldOffset, HasUnion); in BuildRCRecordLayout() 2537 BytePos + FieldOffset, in BuildRCRecordLayout() 2554 BytePos + LastBitfieldOrUnnamedOffset, in BuildRCRecordLayout() 2564 BytePos + LastBitfieldOrUnnamedOffset, in BuildRCRecordLayout() 2572 BytePos + MaxFieldOffset, in BuildRCRecordLayout() [all …]
|