Searched refs:getThinLTOOutputFile (Results 1 – 5 of 5) sorted by relevance
56 static std::string getThinLTOOutputFile(StringRef path) { in getThinLTOOutputFile() function57 return lto::getThinLTOOutputFile( in getThinLTOOutputFile()182 std::string path = getThinLTOOutputFile(s); in compile()
73 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() function74 return lto::getThinLTOOutputFile( in getThinLTOOutputFile()284 std::string path = replaceThinLTOSuffix(getThinLTOOutputFile(f->getName())); in thinLTOCreateEmptyIndexFiles()326 std::string path = getThinLTOOutputFile(s); in compile()
505 static std::string getThinLTOOutputFile(const std::string &Path, in getThinLTOOutputFile() function683 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes()714 getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in emitImports()
80 std::string getThinLTOOutputFile(const std::string &Path,
1308 std::string lto::getThinLTOOutputFile(const std::string &Path, in getThinLTOOutputFile() function in lto1351 getThinLTOOutputFile(std::string(ModulePath), OldPrefix, NewPrefix); in start()