Home
last modified time | relevance | path

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

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