Searched refs:LongSize (Results 1 – 4 of 4) sorted by relevance
51 void getAddressSanitizerParams(const Triple &TargetTriple, int LongSize,
509 if (LongSize == 32) { in getShadowMapping()606 auto Mapping = getShadowMapping(TargetTriple, LongSize, IsKasan); in getAddressSanitizerParams()659 LongSize = M.getDataLayout().getPointerSizeInBits(); in AddressSanitizer()660 IntptrTy = Type::getIntNTy(*C, LongSize); in AddressSanitizer()747 int LongSize; member806 int LongSize = M.getDataLayout().getPointerSizeInBits(); in ModuleAddressSanitizer() local807 IntptrTy = Type::getIntNTy(*C, LongSize); in ModuleAddressSanitizer()2448 int LongSize = M.getDataLayout().getPointerSizeInBits(); in GetAsanVersion() local2453 Version += (LongSize == 32 && isAndroid); in GetAsanVersion()2822 if (LongSize != 32) return false; in LooksLikeCodeInBug11395()[all …]
168 LongSize = M.getDataLayout().getPointerSizeInBits(); in MemProfiler()169 IntptrTy = Type::getIntNTy(*C, LongSize); in MemProfiler()195 int LongSize; member in __anon4e56afe00111::MemProfiler
4078 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant() local4081 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()