Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1037 unsigned CurOff = Layout->getElementOffset(i); in constStructWithPadding() local
1038 if (SizeSoFar < CurOff) { in constStructWithPadding()
1040 auto *PadTy = llvm::ArrayType::get(Int8Ty, CurOff - SizeSoFar); in constStructWithPadding()
1052 SizeSoFar = CurOff + DL.getTypeAllocSize(CurOp->getType()); in constStructWithPadding()
H A DTargetInfo.cpp10516 bool detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff,
10594 bool RISCVABIInfo::detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff, in detectFPCCEligibleStructHelper() argument
10617 Field1Off = CurOff; in detectFPCCEligibleStructHelper()
10622 Field2Off = CurOff; in detectFPCCEligibleStructHelper()
10635 Field1Off = CurOff; in detectFPCCEligibleStructHelper()
10646 bool Ret = detectFPCCEligibleStructHelper(EltTy, CurOff, Field1Ty, in detectFPCCEligibleStructHelper()
10650 CurOff += EltSize; in detectFPCCEligibleStructHelper()
10684 QTy, CurOff + getContext().toCharUnitsFromBits(FieldOffInBits), in detectFPCCEligibleStructHelper()