Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp616 Function *AsanAllocaPoisonFunc, *AsanAllocasUnpoisonFunc; member
1916 AsanAllocaPoisonFunc = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
2341 IRB.CreateCall(AsanAllocaPoisonFunc, {NewAddress, OldSize}); in handleDynamicAllocaCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp838 Function *AsanAllocaPoisonFunc, *AsanAllocasUnpoisonFunc; member
2634 AsanAllocaPoisonFunc = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
3193 IRB.CreateCall(AsanAllocaPoisonFunc, {NewAddress, OldSize}); in handleDynamicAllocaCall()