Searched refs:LongSize (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizerCommon.h | 57 void getAddressSanitizerParams(const Triple &TargetTriple, int LongSize,
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 478 static ShadowMapping getShadowMapping(const Triple &TargetTriple, int LongSize, in getShadowMapping() argument 512 if (LongSize == 32) { in getShadowMapping() 606 void getAddressSanitizerParams(const Triple &TargetTriple, int LongSize, in getAddressSanitizerParams() argument 609 auto Mapping = getShadowMapping(TargetTriple, LongSize, IsKasan); in getAddressSanitizerParams() 738 LongSize = M.getDataLayout().getPointerSizeInBits(); in AddressSanitizer() 739 IntptrTy = Type::getIntNTy(*C, LongSize); in AddressSanitizer() 744 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel); in AddressSanitizer() 832 int LongSize; member 898 int LongSize = M.getDataLayout().getPointerSizeInBits(); in ModuleAddressSanitizer() local 899 IntptrTy = Type::getIntNTy(*C, LongSize); in ModuleAddressSanitizer() [all …]
|
| H A D | MemProfiler.cpp | 221 LongSize = M.getDataLayout().getPointerSizeInBits(); in MemProfiler() 222 IntptrTy = Type::getIntNTy(*C, LongSize); in MemProfiler() 249 int LongSize; member in __anon9400db680111::MemProfiler
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 3995 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant() local 3998 if (ResultVal.isIntN(LongSize)) { in ActOnNumericConstant() 4000 if (!Literal.isUnsigned && ResultVal[LongSize-1] == 0) in ActOnNumericConstant() 4016 << (LongLongSize > LongSize ? /*will have type 'long long'*/ 0 in ActOnNumericConstant() 4020 Width = LongSize; in ActOnNumericConstant()
|