Searched defs:NewPrefix (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 855 getThinLTOOldAndNewPrefix(std::string & OldPrefix,std::string & NewPrefix) getThinLTOOldAndNewPrefix() argument 899 std::string OldPrefix, NewPrefix; createLTO() local 991 writeEmptyDistributedBuildOutputs(const std::string & ModulePath,const std::string & OldPrefix,const std::string & NewPrefix,bool SkipModule) writeEmptyDistributedBuildOutputs() argument 1052 std::string OldPrefix, NewPrefix; runLTO() local [all...] |
/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 514 getThinLTOOldAndNewPrefix(std::string & OldPrefix,std::string & NewPrefix) getThinLTOOldAndNewPrefix() argument 527 getThinLTOOutputFile(StringRef Path,StringRef OldPrefix,StringRef NewPrefix) getThinLTOOutputFile() argument 682 std::string OldPrefix, NewPrefix; distributedIndexes() local 719 std::string OldPrefix, NewPrefix; emitImports() local [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | OptParserEmitter.cpp |
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 1595 getThinLTOOutputFile(StringRef Path,StringRef OldPrefix,StringRef NewPrefix) getThinLTOOutputFile() argument 1612 std::string OldPrefix, NewPrefix, NativeObjectPrefix; global() member in __anonaa2c08901411::WriteIndexesThinBackend 1619 WriteIndexesThinBackend(const Config & Conf,ModuleSummaryIndex & CombinedIndex,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,std::string OldPrefix,std::string NewPrefix,std::string NativeObjectPrefix,bool ShouldEmitImportsFiles,raw_fd_ostream * LinkedObjectsFile,lto::IndexWriteCallback OnWrite) WriteIndexesThinBackend() argument 1663 createWriteIndexesThinBackend(std::string OldPrefix,std::string NewPrefix,std::string NativeObjectPrefix,bool ShouldEmitImportsFiles,raw_fd_ostream * LinkedObjectsFile,IndexWriteCallback OnWrite) createWriteIndexesThinBackend() argument [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | Path.cpp | 520 if (OldPrefix.empty() && NewPrefix.empty()) in replace_path_prefix() argument
|
/llvm-project/llvm/unittests/Support/ |
H A D | Path.cpp | 1635 SmallString<64> NewPrefix("/new"); TEST() local [all...] |