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