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

/freebsd-11.0-release/contrib/llvm/tools/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();
1196 LValue::MakeBitfield(addr, LVal.getBitFieldInfo(), LVal.getType(),
1216 LVal.getBitFieldInfo().Size == ValueSizeInBits) &&
1526 LValue::MakeBitfield(Ptr, AtomicLVal.getBitFieldInfo(),
1530 LValue::MakeBitfield(DesiredAddr, AtomicLVal.getBitFieldInfo(),
1632 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.cpp1462 const CGBitFieldInfo &Info = LV.getBitFieldInfo();
1659 const CGBitFieldInfo &Info = Dst.getBitFieldInfo();
3109 const CGBitFieldInfo &Info = RL.getBitFieldInfo(field);
H A DCGClass.cpp1042 const CGBitFieldInfo &BFInfo = RL.getBitFieldInfo(FirstField);

Completed in 90 milliseconds