Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1032 unsigned CurOff = Layout->getElementOffset(i); in constStructWithPadding() local
1033 if (SizeSoFar < CurOff) { in constStructWithPadding()
1035 auto *PadTy = llvm::ArrayType::get(Int8Ty, CurOff - SizeSoFar); in constStructWithPadding()
1047 SizeSoFar = CurOff + DL.getTypeAllocSize(CurOp->getType()); in constStructWithPadding()
H A DTargetInfo.cpp10470 bool detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff,
10548 bool RISCVABIInfo::detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff, in detectFPCCEligibleStructHelper() argument
10571 Field1Off = CurOff; in detectFPCCEligibleStructHelper()
10576 Field2Off = CurOff; in detectFPCCEligibleStructHelper()
10589 Field1Off = CurOff; in detectFPCCEligibleStructHelper()
10600 bool Ret = detectFPCCEligibleStructHelper(EltTy, CurOff, Field1Ty, in detectFPCCEligibleStructHelper()
10604 CurOff += EltSize; in detectFPCCEligibleStructHelper()
10638 QTy, CurOff + getContext().toCharUnitsFromBits(FieldOffInBits), in detectFPCCEligibleStructHelper()