Searched refs:CHRModuleList (Results 1 – 1 of 1) sorted by relevance
66 static cl::opt<std::string> CHRModuleList( variable82 if (!CHRModuleList.empty()) { in parseCHRFilterFiles()83 auto FileOrErr = MemoryBuffer::getFile(CHRModuleList); in parseCHRFilterFiles()85 errs() << "Error: Couldn't read the chr-module-list file " << CHRModuleList << "\n"; in parseCHRFilterFiles()421 if (!CHRModuleList.empty() || !CHRFunctionList.empty()) { in shouldApply()