Home
last modified time | relevance | path

Searched defs:NewPrefix (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp855 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 Dllvm-lto.cpp514 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 DOptParserEmitter.cpp
/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1595 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 DPath.cpp520 if (OldPrefix.empty() && NewPrefix.empty()) in replace_path_prefix() argument
/llvm-project/llvm/unittests/Support/
H A DPath.cpp1635 SmallString<64> NewPrefix("/new"); TEST() local
[all...]