Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp60 static cl::opt<std::string> CHRModuleList( variable
72 if (!CHRModuleList.empty()) { in parseCHRFilterFiles()
73 auto FileOrErr = MemoryBuffer::getFile(CHRModuleList); in parseCHRFilterFiles()
75 errs() << "Error: Couldn't read the chr-module-list file " << CHRModuleList << "\n"; in parseCHRFilterFiles()
443 if (!CHRModuleList.empty() || !CHRFunctionList.empty()) { in shouldApply()