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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp2221 /// \param OffsetBase - The bit offset of this type in the
2236 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi,
2771 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, argument
2783 Class &Current = OffsetBase < 64 ? Lo : Hi;
2818 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg);
2836 uint64_t EB_FuncPtr = (OffsetBase) / 64;
2837 uint64_t EB_ThisAdj = (OffsetBase + 64 - 1) / 64;
2861 uint64_t EB_Lo = (OffsetBase) / 64;
2862 uint64_t EB_Hi = (OffsetBase + Size - 1) / 64;
2886 if (OffsetBase
[all...]

Completed in 62 milliseconds