Lines Matching refs:NewPrefix
312 std::string &NewPrefix) { in getThinLTOOldAndNewPrefix() argument
318 NewPrefix = Split.second.str(); in getThinLTOOldAndNewPrefix()
326 const std::string &NewPrefix) { in getThinLTOOutputFile() argument
327 if (OldPrefix.empty() && NewPrefix.empty()) in getThinLTOOutputFile()
330 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
467 std::string OldPrefix, NewPrefix; in distributedIndexes() local
468 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in distributedIndexes()
482 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes()
499 std::string OldPrefix, NewPrefix; in emitImports() local
500 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in emitImports()
508 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in emitImports()