Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp62 static cl::opt<std::string> CHRFunctionList( variable
85 if (!CHRFunctionList.empty()) { in parseCHRFilterFiles()
86 auto FileOrErr = MemoryBuffer::getFile(CHRFunctionList); in parseCHRFilterFiles()
88 errs() << "Error: Couldn't read the chr-function-list file " << CHRFunctionList << "\n"; in parseCHRFilterFiles()
446 if (!CHRModuleList.empty() || !CHRFunctionList.empty()) { in shouldApply()