Searched refs:getBitFieldInfo (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRecordLayout.h204 const CGBitFieldInfo &getBitFieldInfo(const FieldDecl *FD) const { function in class:clang::CodeGen::CGRecordLayout
H A DCGAtomic.cpp78 auto &OrigBFI = lvalue.getBitFieldInfo();
1183 LValue::MakeBitfield(addr, LVal.getBitFieldInfo(), LVal.getType(),
1203 LVal.getBitFieldInfo().Size == ValueSizeInBits) &&
1507 LValue::MakeBitfield(Ptr, AtomicLVal.getBitFieldInfo(),
1511 LValue::MakeBitfield(DesiredAddr, AtomicLVal.getBitFieldInfo(),
1613 LValue::MakeBitfield(DesiredAddr, AtomicLVal.getBitFieldInfo(),
H A DCGValue.h363 const CGBitFieldInfo &getBitFieldInfo() const { function in class:clang::CodeGen::LValue
H A DCGRecordLayoutBuilder.cpp781 const CGBitFieldInfo &Info = RL->getBitFieldInfo(FD);
H A DCGExpr.cpp1487 const CGBitFieldInfo &Info = LV.getBitFieldInfo();
1684 const CGBitFieldInfo &Info = Dst.getBitFieldInfo();
3318 const CGBitFieldInfo &Info = RL.getBitFieldInfo(field);
H A DCGClass.cpp1043 const CGBitFieldInfo &BFInfo = RL.getBitFieldInfo(FirstField);
H A DCGDebugInfo.cpp967 CGM.getTypes().getCGRecordLayout(RD).getBitFieldInfo(BitFieldDecl);

Completed in 243 milliseconds