Home
last modified time | relevance | path

Searched refs:CurOff (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp1048 unsigned CurOff = Layout->getElementOffset(i); in constStructWithPadding() local
1049 if (SizeSoFar < CurOff) { in constStructWithPadding()
1051 auto *PadTy = llvm::ArrayType::get(Int8Ty, CurOff - SizeSoFar); in constStructWithPadding()
1063 SizeSoFar = CurOff + DL.getTypeAllocSize(CurOp->getType()); in constStructWithPadding()
H A DTargetInfo.cpp10855 bool detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff,
10933 bool RISCVABIInfo::detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff, in detectFPCCEligibleStructHelper() argument
10956 Field1Off = CurOff; in detectFPCCEligibleStructHelper()
10961 Field2Off = CurOff; in detectFPCCEligibleStructHelper()
10974 Field1Off = CurOff; in detectFPCCEligibleStructHelper()
10985 bool Ret = detectFPCCEligibleStructHelper(EltTy, CurOff, Field1Ty, in detectFPCCEligibleStructHelper()
10989 CurOff += EltSize; in detectFPCCEligibleStructHelper()
11012 bool Ret = detectFPCCEligibleStructHelper(B.getType(), CurOff + BaseOff, in detectFPCCEligibleStructHelper()
11036 QTy, CurOff + getContext().toCharUnitsFromBits(FieldOffInBits), in detectFPCCEligibleStructHelper()