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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp825 CharUnits BytePos = CharUnits::Zero(),
827 : opcode(Opcode), block_var_bytepos(BytePos), block_var_size(Size) {}
949 unsigned int BytePos, bool ForStrongLayout,
955 unsigned int BytePos, bool ForStrongLayout,
966 CharUnits BytePos, bool &HasUnion,
972 CharUnits BytePos, bool &HasUnion,
2066 CharUnits BytePos, bool &HasUnion,
2101 BytePos + FieldOffset, HasUnion);
2120 BuildRCBlockVarRecordLayout(RT, BytePos + FieldOffset,
2148 BytePos
2063 BuildRCRecordLayout(const llvm::StructLayout *RecLayout, const RecordDecl *RD, ArrayRef<const FieldDecl*> RecFields, CharUnits BytePos, bool &HasUnion, bool ByrefLayout) argument
2187 BuildRCBlockVarRecordLayout(const RecordType *RT, CharUnits BytePos, bool &HasUnion, bool ByrefLayout) argument
4480 BuildAggrIvarRecordLayout(const RecordType *RT, unsigned int BytePos, bool ForStrongLayout, bool &HasUnion) argument
4495 BuildAggrIvarLayout(const ObjCImplementationDecl *OI, const llvm::StructLayout *Layout, const RecordDecl *RD, ArrayRef<const FieldDecl*> RecFields, unsigned int BytePos, bool ForStrongLayout, bool &HasUnion) argument
[all...]

Completed in 36 milliseconds