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