Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp2546 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, in classify() argument
2558 Class &Current = OffsetBase < 64 ? Lo : Hi; in classify()
2611 uint64_t EB_FuncPtr = (OffsetBase) / 64; in classify()
2612 uint64_t EB_ThisAdj = (OffsetBase + 64 - 1) / 64; in classify()
2636 uint64_t EB_Lo = (OffsetBase) / 64; in classify()
2637 uint64_t EB_Hi = (OffsetBase + Size - 1) / 64; in classify()
2661 if (OffsetBase && OffsetBase != 64) in classify()
2712 uint64_t EB_Real = (OffsetBase) / 64; in classify()
2734 if (OffsetBase % getContext().getTypeAlign(AT->getElementType())) in classify()
2820 uint64_t Offset = OffsetBase + Layout.getFieldOffset(idx); in classify()
[all …]