/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | InterfaceStubs.cpp | 39 llvm::sys::path::replace_extension(OutputFilename, in ConstructJob() 54 llvm::sys::path::replace_extension(InputFilename, ".ifs"); in ConstructJob()
|
H A D | CrossWindows.cpp | 161 llvm::sys::path::replace_extension(ImpLib, ".lib"); in ConstructJob()
|
H A D | Clang.cpp | 821 llvm::sys::path::replace_extension(CoverageFilename, "gcno"); in addPGOAndCoverageFlags() 833 llvm::sys::path::replace_extension(CoverageFilename, "gcda"); in addPGOAndCoverageFlags() 1042 llvm::sys::path::replace_extension(P, "o"); in AddPreprocessingOptions() 1152 llvm::sys::path::replace_extension(P, "pch"); in AddPreprocessingOptions() 1158 llvm::sys::path::replace_extension(P, "gch"); in AddPreprocessingOptions() 1407 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions() 1423 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions() 1428 llvm::sys::path::replace_extension(F, OldExtension); in renderRemarksOptions() 1435 llvm::sys::path::replace_extension(F, Extension); in renderRemarksOptions() 3927 llvm::sys::path::replace_extension(OutputPath, Extension); in getCXX20NamedModuleOutputPath() [all …]
|
H A D | Flang.cpp | 654 llvm::sys::path::replace_extension(F, Extension); in renderRemarksOptions()
|
H A D | MSVC.cpp | 186 llvm::sys::path::replace_extension(ImplibName, "lib"); in ConstructJob()
|
H A D | CommonArgs.cpp | 2269 llvm::sys::path::replace_extension(StatsFile, "stats"); in getStatsFileName()
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | Utils.cpp | 20 void llvm::MachO::replace_extension(SmallVectorImpl<char> &Path, in replace_extension() function in llvm::MachO 27 sys::path::replace_extension(Path, Extension); in replace_extension()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Utils.h | 54 void replace_extension(SmallVectorImpl<char> &Path, const Twine &Extension);
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | MapFile.cpp | 179 sys::path::replace_extension(fileDescr, ""); in getSymbolStrings() 230 sys::path::replace_extension(AppName, ""); in writeMapFile()
|
H A D | Driver.cpp | 530 sys::path::replace_extension(s, ".a"); in findLibMinGW() 903 sys::path::replace_extension(out, ".lib"); in getImplibPath() 920 sys::path::replace_extension(out, ".dll"); in getImportName() 924 sys::path::replace_extension(out, in getImportName() 2331 sys::path::replace_extension(config->pdbPath, ".pdb"); in linkerMain()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 99 llvm::sys::path::replace_extension(ExePath, Extension); in searchForExe() 125 llvm::sys::path::replace_extension(ObjPath, Extension); in searchForObj()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Path.h | 169 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | gcov.cpp | 36 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Frontend.cpp | 174 replace_extension(TextAPIFilePath, ".tbd"); in findLibrary()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | DriverUtils.cpp | 207 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | path.cpp | 29 path& path::replace_extension(path const& replacement) { in replace_extension() function in path
|
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 69 sys::path::replace_extension(Val, ".lib"); in getDefaultOutputPath()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 537 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName() 543 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 172 llvm::sys::path::replace_extension(ObjFileName, "o"); in makeObjFileName()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 1836 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics() 1853 llvm::sys::path::replace_extension(Script, "sh"); in generateCompilationDiagnostics() 5461 llvm::sys::path::replace_extension(Tmp, "json"); in handleTimeTrace() 5473 llvm::sys::path::replace_extension(Path, "json"); in handleTimeTrace() 5799 llvm::sys::path::replace_extension(Filename, Extension); in MakeCLOutputFilename() 6048 llvm::sys::path::replace_extension(Output, ""); in GetNamedOutputPath() 6342 llvm::sys::path::replace_extension(Output, ".pch"); in getToolChain()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 1364 llvm::sys::path::replace_extension(OutFile, "merged.pdb"); in mergePdbs() 1576 sys::path::replace_extension(OutputFilename, ".pdb"); in main()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | filesystem | 78 path& replace_extension(const path& replacement = path());
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | path.h | 630 path& replace_extension(const path& __replacement = path());
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Path.cpp | 481 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension, in replace_extension() function
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 818 llvm::sys::path::replace_extension(*PathStorage, Extension); in createDefaultOutputFile()
|