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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayout.h184 unsigned getLLVMFieldNo(const FieldDecl *FD) const { function in class:clang::CodeGen::CGRecordLayout
H A DCodeGenABITypes.cpp116 return CGM.getTypes().getCGRecordLayout(RD).getLLVMFieldNo(FD);
H A DCGRecordLayoutBuilder.cpp751 // BaseTy and Ty must agree on their packedness for getLLVMFieldNo to work
820 unsigned FieldNo = RL->getLLVMFieldNo(FD);
831 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD));
H A DCGExpr.cpp4154 CGF.CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field);
4166 CGF.CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field);
4200 unsigned Idx = RL.getLLVMFieldNo(field);
H A DCGExprConstant.cpp2245 unsigned fieldIndex = layout.getLLVMFieldNo(Field);
H A DCGOpenMPRuntime.cpp1345 unsigned Idx = RL.getLLVMFieldNo(FD);
7795 unsigned FieldIndex = RL.getLLVMFieldNo(Field);

Completed in 129 milliseconds