Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp231 ArrayRef<GetElementPtrInst *> GepTraceTargets);
639 SmallVector<GetElementPtrInst *, 8> GepTraceTargets; in instrumentFunction() local
670 GepTraceTargets.push_back(GEP); in instrumentFunction()
692 InjectTraceForGep(F, GepTraceTargets); in instrumentFunction()
864 Function &, ArrayRef<GetElementPtrInst *> GepTraceTargets) { in InjectTraceForGep() argument
865 for (auto *GEP : GepTraceTargets) { in InjectTraceForGep()