Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Darm64_32.c17 int LongSize = sizeof(long); variable
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp360 static ShadowMapping getShadowMapping(Triple &TargetTriple, int LongSize, in getShadowMapping() argument
380 if (LongSize == 32) { in getShadowMapping()
528 int LongSize; member
1619 int LongSize = M.getDataLayout().getPointerSizeInBits(); in runOnModule() local
1620 IntptrTy = Type::getIntNTy(*C, LongSize); in runOnModule()
1622 Mapping = getShadowMapping(TargetTriple, LongSize, CompileKernel); in runOnModule()
1704 LongSize = M.getDataLayout().getPointerSizeInBits(); in doInitialization()
1705 IntptrTy = Type::getIntNTy(*C, LongSize); in doInitialization()
1715 Mapping = getShadowMapping(TargetTriple, LongSize, CompileKernel); in doInitialization()
1888 if (LongSize != 32) return false; in LooksLikeCodeInBug11395()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp426 static ShadowMapping getShadowMapping(Triple &TargetTriple, int LongSize, in getShadowMapping() argument
454 if (LongSize == 32) { in getShadowMapping()
593 LongSize = M.getDataLayout().getPointerSizeInBits(); in AddressSanitizer()
594 IntptrTy = Type::getIntNTy(*C, LongSize); in AddressSanitizer()
597 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel); in AddressSanitizer()
675 int LongSize; member
759 int LongSize = M.getDataLayout().getPointerSizeInBits(); in ModuleAddressSanitizer() local
760 IntptrTy = Type::getIntNTy(*C, LongSize); in ModuleAddressSanitizer()
762 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel); in ModuleAddressSanitizer()
2420 int LongSize = M.getDataLayout().getPointerSizeInBits(); in GetAsanVersion() local
[all …]
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp426 static ShadowMapping getShadowMapping(Triple &TargetTriple, int LongSize, in getShadowMapping() argument
456 if (LongSize == 32) { in getShadowMapping()
599 LongSize = M.getDataLayout().getPointerSizeInBits(); in AddressSanitizer()
600 IntptrTy = Type::getIntNTy(*C, LongSize); in AddressSanitizer()
603 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel); in AddressSanitizer()
679 int LongSize; member
762 int LongSize = M.getDataLayout().getPointerSizeInBits(); in ModuleAddressSanitizer() local
763 IntptrTy = Type::getIntNTy(*C, LongSize); in ModuleAddressSanitizer()
765 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel); in ModuleAddressSanitizer()
2471 int LongSize = M.getDataLayout().getPointerSizeInBits(); in GetAsanVersion() local
[all …]
DMemProfiler.cpp161 LongSize = M.getDataLayout().getPointerSizeInBits(); in MemProfiler()
162 IntptrTy = Type::getIntNTy(*C, LongSize); in MemProfiler()
189 int LongSize; member in __anon4d3216030111::MemProfiler
/external/clang/lib/Sema/
DSemaExpr.cpp3457 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant() local
3460 if (ResultVal.isIntN(LongSize)) { in ActOnNumericConstant()
3462 if (!Literal.isUnsigned && ResultVal[LongSize-1] == 0) in ActOnNumericConstant()
3478 << (LongLongSize > LongSize ? /*will have type 'long long'*/ 0 in ActOnNumericConstant()
3482 Width = LongSize; in ActOnNumericConstant()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3920 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant() local
3923 if (ResultVal.isIntN(LongSize)) { in ActOnNumericConstant()
3925 if (!Literal.isUnsigned && ResultVal[LongSize-1] == 0) in ActOnNumericConstant()
3941 << (LongLongSize > LongSize ? /*will have type 'long long'*/ 0 in ActOnNumericConstant()
3945 Width = LongSize; in ActOnNumericConstant()