Home
last modified time | relevance | path

Searched refs:ExpVal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1093 Value *ExpVal = Exp == 0 ? nullptr : ConstantInt::get(IRB.getInt32Ty(), Exp); in generateCrashCode() local
1101 {Addr, SizeArgument, ExpVal}); in generateCrashCode()
1108 {Addr, ExpVal}); in generateCrashCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1461 Value *ExpVal = Exp == 0 ? nullptr : ConstantInt::get(IRB.getInt32Ty(), Exp); in generateCrashCode() local
1469 {Addr, SizeArgument, ExpVal}); in generateCrashCode()
1476 {Addr, ExpVal}); in generateCrashCode()