Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp307 void lowerCoverageData(GlobalVariable *CoverageNamesVar);
976 lowerCoverageData(CoverageNamesVar); in lower()
1251 void InstrLowerer::lowerCoverageData(GlobalVariable *CoverageNamesVar) { in lowerCoverageData() function in InstrLowerer