Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp116 ArrayRef<Instruction *> IndirCalls);
258 SmallVector<Instruction*, 8> IndirCalls; in runOnFunction() local
267 IndirCalls.push_back(&Inst); in runOnFunction()
275 InjectCoverageForIndirectCalls(F, IndirCalls); in runOnFunction()
302 Function &F, ArrayRef<Instruction *> IndirCalls) { in InjectCoverageForIndirectCalls() argument
303 if (IndirCalls.empty()) return; in InjectCoverageForIndirectCalls()
307 for (auto I : IndirCalls) { in InjectCoverageForIndirectCalls()