Searched refs:LongSize (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizerCommon.h | 51 void getAddressSanitizerParams(const Triple &TargetTriple, int LongSize,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 476 static ShadowMapping getShadowMapping(const Triple &TargetTriple, int LongSize, in getShadowMapping() argument 509 if (LongSize == 32) { in getShadowMapping() 603 void getAddressSanitizerParams(const Triple &TargetTriple, int LongSize, in getAddressSanitizerParams() argument 606 auto Mapping = getShadowMapping(TargetTriple, LongSize, IsKasan); in getAddressSanitizerParams() 659 LongSize = M.getDataLayout().getPointerSizeInBits(); in AddressSanitizer() 660 IntptrTy = Type::getIntNTy(*C, LongSize); in AddressSanitizer() 665 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel); in AddressSanitizer() 747 int LongSize; member 806 int LongSize = M.getDataLayout().getPointerSizeInBits(); in ModuleAddressSanitizer() local 807 IntptrTy = Type::getIntNTy(*C, LongSize); in ModuleAddressSanitizer() [all …]
|
| H A D | MemProfiler.cpp | 168 LongSize = M.getDataLayout().getPointerSizeInBits(); in MemProfiler() 169 IntptrTy = Type::getIntNTy(*C, LongSize); in MemProfiler() 195 int LongSize; member in __anon7d27396a0111::MemProfiler
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 4078 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant() local 4081 if (ResultVal.isIntN(LongSize)) { in ActOnNumericConstant() 4083 if (!Literal.isUnsigned && ResultVal[LongSize-1] == 0) in ActOnNumericConstant() 4099 << (LongLongSize > LongSize ? /*will have type 'long long'*/ 0 in ActOnNumericConstant() 4103 Width = LongSize; in ActOnNumericConstant()
|