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