Searched refs:LongSize (Results 1 – 3 of 3) sorted by relevance
439 static ShadowMapping getShadowMapping(Triple &TargetTriple, int LongSize, in getShadowMapping() argument474 if (LongSize == 32) { in getShadowMapping()620 LongSize = M.getDataLayout().getPointerSizeInBits(); in AddressSanitizer()621 IntptrTy = Type::getIntNTy(*C, LongSize); in AddressSanitizer()624 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel); in AddressSanitizer()704 int LongSize; member792 int LongSize = M.getDataLayout().getPointerSizeInBits(); in ModuleAddressSanitizer() local793 IntptrTy = Type::getIntNTy(*C, LongSize); in ModuleAddressSanitizer()795 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel); in ModuleAddressSanitizer()2576 int LongSize = M.getDataLayout().getPointerSizeInBits(); in GetAsanVersion() local[all …]
161 LongSize = M.getDataLayout().getPointerSizeInBits(); in MemProfiler()162 IntptrTy = Type::getIntNTy(*C, LongSize); in MemProfiler()189 int LongSize; member in __anon394ab19e0111::MemProfiler
3944 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant() local3947 if (ResultVal.isIntN(LongSize)) { in ActOnNumericConstant()3949 if (!Literal.isUnsigned && ResultVal[LongSize-1] == 0) in ActOnNumericConstant()3965 << (LongLongSize > LongSize ? /*will have type 'long long'*/ 0 in ActOnNumericConstant()3969 Width = LongSize; in ActOnNumericConstant()