Searched refs:remapInputs (Results 1 – 3 of 3) sorted by relevance
433 llvm::DenseMap<llvm::StringRef, llvm::StringRef> remapInputs; member
1174 static bool remapInputs(StringRef line, const Twine &location) { in remapInputs() function1182 config->remapInputs[fields[0]] = fields[1]; in remapInputs()1465 remapInputs(value, arg->getSpelling()); in readConfigs()1474 if (remapInputs(line, filename + ":" + Twine(lineno + 1))) in readConfigs()
216 auto it = config->remapInputs.find(path); in readFile()217 if (it != config->remapInputs.end()) { in readFile()