Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp931 FunctionCallee AsanAllocaPoisonFunc, AsanAllocasUnpoisonFunc; member
2957 AsanAllocaPoisonFunc = M.getOrInsertFunction( in initializeCallbacks()
3547 IRB.CreateCall(AsanAllocaPoisonFunc, {NewAddress, OldSize}); in handleDynamicAllocaCall()