| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Utils.cpp | 18 void llvm::MachO::replace_extension(SmallVectorImpl<char> &Path, in replace_extension() function in llvm::MachO 25 sys::path::replace_extension(Path, Extension); in replace_extension()
|
| /freebsd-14.2/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 | Cuda.cpp | 460 llvm::sys::path::replace_extension(Filename, "cubin"); in ConstructJob() 642 llvm::sys::path::replace_extension(Filename, "cubin"); in ConstructJob() 896 llvm::sys::path::replace_extension(Filename, "cubin"); in getInputFilename()
|
| H A D | CrossWindows.cpp | 161 llvm::sys::path::replace_extension(ImpLib, ".lib"); in ConstructJob()
|
| H A D | Clang.cpp | 812 llvm::sys::path::replace_extension(CoverageFilename, "gcno"); in addPGOAndCoverageFlags() 1063 llvm::sys::path::replace_extension(P, "o"); in AddPreprocessingOptions() 1200 llvm::sys::path::replace_extension(P, "pch"); in AddPreprocessingOptions() 1206 llvm::sys::path::replace_extension(P, "gch"); in AddPreprocessingOptions() 1425 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions() 1441 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions() 1446 llvm::sys::path::replace_extension(F, OldExtension); in renderRemarksOptions() 1453 llvm::sys::path::replace_extension(F, Extension); in renderRemarksOptions() 3819 llvm::sys::path::replace_extension(Path, ".cache"); in RenderModulesOptions() 3884 llvm::sys::path::replace_extension(VFSDir, ".cache"); in RenderModulesOptions() [all …]
|
| H A D | Flang.cpp | 642 llvm::sys::path::replace_extension(F, Extension); in renderRemarksOptions()
|
| H A D | MSVC.cpp | 181 llvm::sys::path::replace_extension(ImplibName, "lib"); in ConstructJob()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Utils.h | 32 void replace_extension(SmallVectorImpl<char> &Path, const Twine &Extension);
|
| /freebsd-14.2/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 | 539 sys::path::replace_extension(s, ".a"); in findLibMinGW() 912 sys::path::replace_extension(out, ".lib"); in getImplibPath() 929 sys::path::replace_extension(out, ".dll"); in getImportName() 933 sys::path::replace_extension(out, in getImportName() 2336 sys::path::replace_extension(config->pdbPath, ".pdb"); in linkerMain()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
| H A D | LVReaderHandler.cpp | 98 llvm::sys::path::replace_extension(ExePath, Extension); in searchForExe() 124 llvm::sys::path::replace_extension(ObjPath, Extension); in searchForObj()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Path.h | 169 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 36 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 78 llvm::sys::path::replace_extension(Path, in RewriteFilename()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | DriverUtils.cpp | 197 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 69 sys::path::replace_extension(Val, ".lib"); in getDefaultOutputPath()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 573 llvm::sys::path::replace_extension(OutFilePath, "json"); in CreateOutputFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 105 llvm::sys::path::replace_extension(ObjFileName, "o"); in makeObjFileName()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 1811 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics() 1828 llvm::sys::path::replace_extension(Script, "sh"); in generateCompilationDiagnostics() 5375 llvm::sys::path::replace_extension(Tmp, "json"); in handleTimeTrace() 5387 llvm::sys::path::replace_extension(Path, "json"); in handleTimeTrace() 5713 llvm::sys::path::replace_extension(Filename, Extension); in MakeCLOutputFilename() 5798 llvm::sys::path::replace_extension(OutputPath, Extension); in GetModuleOutputPath() 5964 llvm::sys::path::replace_extension(Output, ""); in GetNamedOutputPath() 6208 llvm::sys::path::replace_extension(Output, ".pch"); in GetClPchPath()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | filesystem | 78 path& replace_extension(const path& replacement = path());
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | path.h | 632 path& replace_extension(const path& __replacement = path());
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 482 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension, in replace_extension() function
|