Searched refs:IndirCalls (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp214 ArrayRef<Instruction *> IndirCalls);
642 SmallVector<Instruction *, 8> IndirCalls; local
660 IndirCalls.push_back(&Inst);
685 InjectCoverageForIndirectCalls(F, IndirCalls);
776 Function &F, ArrayRef<Instruction *> IndirCalls) {
777 if (IndirCalls.empty())
781 for (auto I : IndirCalls) {
775 InjectCoverageForIndirectCalls( Function &F, ArrayRef<Instruction *> IndirCalls) argument

Completed in 117 milliseconds