Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1002 FunctionCallee AsanAllocaPoisonFunc, AsanAllocasUnpoisonFunc; member
3136 AsanAllocaPoisonFunc = M.getOrInsertFunction( in initializeCallbacks()
3743 RTCI.createRuntimeCall(IRB, AsanAllocaPoisonFunc, {NewAddress, OldSize}); in handleDynamicAllocaCall()