Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp247 Function *TrapFunc = M->getFunction("__poison_checker_assert"); in CreateAssert() local
248 B.CreateCall(TrapFunc, Cond); in CreateAssert()