Home
last modified time | relevance | path

Searched refs:LongSize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp439 static ShadowMapping getShadowMapping(Triple &TargetTriple, int LongSize, in getShadowMapping() argument
474 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; member
792 int LongSize = M.getDataLayout().getPointerSizeInBits(); in ModuleAddressSanitizer() local
793 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 …]
H A DMemProfiler.cpp161 LongSize = M.getDataLayout().getPointerSizeInBits(); in MemProfiler()
162 IntptrTy = Type::getIntNTy(*C, LongSize); in MemProfiler()
189 int LongSize; member in __anon394ab19e0111::MemProfiler
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3944 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant() local
3947 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()