Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp204 ArrayRef<Instruction *> IndirCalls);
626 SmallVector<Instruction *, 8> IndirCalls; in instrumentFunction() local
644 IndirCalls.push_back(&Inst); in instrumentFunction()
669 InjectCoverageForIndirectCalls(F, IndirCalls); in instrumentFunction()
770 Function &F, ArrayRef<Instruction *> IndirCalls) { in InjectCoverageForIndirectCalls() argument
771 if (IndirCalls.empty()) in InjectCoverageForIndirectCalls()
775 for (auto I : IndirCalls) { in InjectCoverageForIndirectCalls()