Searched defs:OldPrefix (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 513 static void getThinLTOOldAndNewPrefix(std::string &OldPrefix, in getThinLTOOldAndNewPrefix() 526 static std::string getThinLTOOutputFile(StringRef Path, StringRef OldPrefix, in getThinLTOOutputFile() 682 std::string OldPrefix, NewPrefix; in distributedIndexes() local 720 std::string OldPrefix, NewPrefix; in emitImports() local
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 1595 std::string lto::getThinLTOOutputFile(StringRef Path, StringRef OldPrefix, in getThinLTOOutputFile() 1613 std::string OldPrefix, NewPrefix, NativeObjectPrefix; member in __anona29527bd1511::WriteIndexesThinBackend 1620 std::string OldPrefix, std::string NewPrefix, in WriteIndexesThinBackend() 1664 std::string OldPrefix, std::string NewPrefix, in createWriteIndexesThinBackend()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Path.cpp | 519 bool replace_path_prefix(SmallVectorImpl<char> &Path, StringRef OldPrefix, in replace_path_prefix()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 5294 StringRef OldPrefix = "llvm.vectorizer."; in upgradeLoopTag() local
|