Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp10989 bool detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff,
11062 bool RISCVABIInfo::detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff, in detectFPCCEligibleStructHelper() argument
11085 Field1Off = CurOff; in detectFPCCEligibleStructHelper()
11090 Field2Off = CurOff; in detectFPCCEligibleStructHelper()
11103 Field1Off = CurOff; in detectFPCCEligibleStructHelper()
11114 bool Ret = detectFPCCEligibleStructHelper(EltTy, CurOff, Field1Ty, in detectFPCCEligibleStructHelper()
11118 CurOff += EltSize; in detectFPCCEligibleStructHelper()
11141 bool Ret = detectFPCCEligibleStructHelper(B.getType(), CurOff + BaseOff, in detectFPCCEligibleStructHelper()
11165 QTy, CurOff + getContext().toCharUnitsFromBits(FieldOffInBits), in detectFPCCEligibleStructHelper()
11766 bool detectFARsEligibleStructHelper(QualType Ty, CharUnits CurOff,
[all …]
H A DCGDecl.cpp1052 unsigned CurOff = Layout->getElementOffset(i); in constStructWithPadding() local
1053 if (SizeSoFar < CurOff) { in constStructWithPadding()
1055 auto *PadTy = llvm::ArrayType::get(Int8Ty, CurOff - SizeSoFar); in constStructWithPadding()
1067 SizeSoFar = CurOff + DL.getTypeAllocSize(CurOp->getType()); in constStructWithPadding()