Searched refs:OffsetBase (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 2263 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi, 2790 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, in classify() argument 2802 Class &Current = OffsetBase < 64 ? Lo : Hi; in classify() 2837 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg); in classify() 2855 uint64_t EB_FuncPtr = (OffsetBase) / 64; in classify() 2856 uint64_t EB_ThisAdj = (OffsetBase + 64 - 1) / 64; in classify() 2880 uint64_t EB_Lo = (OffsetBase) / 64; in classify() 2881 uint64_t EB_Hi = (OffsetBase + Size - 1) / 64; in classify() 2905 if (OffsetBase && OffsetBase != 64) in classify() 2964 uint64_t EB_Real = (OffsetBase) / 64; in classify() [all …]
|