Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp650 Function *OwnerFn = nullptr; member in __anon4b8f1cd00211::RuntimeCallInserter
655 RuntimeCallInserter(Function &Fn) : OwnerFn(&Fn) { in RuntimeCallInserter()
668 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(*OwnerFn); in ~RuntimeCallInserter()
672 assert(BB->getParent() == OwnerFn && in ~RuntimeCallInserter()
682 OwnerFn->getContext().emitError( in ~RuntimeCallInserter()
705 assert(IRB.GetInsertBlock()->getParent() == OwnerFn);