| /freebsd-13.1/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 | 160 llvm::sys::path::replace_extension(ImpLib, ".lib"); in ConstructJob()
|
| H A D | Clang.cpp | 959 llvm::sys::path::replace_extension(CoverageFilename, "gcno"); in addPGOAndCoverageFlags() 1217 llvm::sys::path::replace_extension(P, "o"); in AddPreprocessingOptions() 1324 llvm::sys::path::replace_extension(P, "pch"); in AddPreprocessingOptions() 1329 llvm::sys::path::replace_extension(P, "gch"); in AddPreprocessingOptions() 1536 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions() 1552 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions() 1557 llvm::sys::path::replace_extension(F, OldExtension); in renderRemarksOptions() 1564 llvm::sys::path::replace_extension(F, Extension); in renderRemarksOptions() 3467 llvm::sys::path::replace_extension(Path, ".cache"); in RenderModulesOptions() 3531 llvm::sys::path::replace_extension(VFSDir, ".cache"); in RenderModulesOptions() [all …]
|
| H A D | Cuda.cpp | 672 llvm::sys::path::replace_extension(Filename, "cubin"); in getInputFilename()
|
| H A D | MSVC.cpp | 460 llvm::sys::path::replace_extension(ImplibName, "lib"); in ConstructJob()
|
| H A D | CommonArgs.cpp | 1532 llvm::sys::path::replace_extension(StatsFile, "stats"); in getStatsFileName()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | MapFile.cpp | 180 sys::path::replace_extension(fileDescr, ""); in getSymbolStrings() 229 sys::path::replace_extension(AppName, ""); in writeMapFile()
|
| H A D | Driver.cpp | 494 sys::path::replace_extension(s, ".a"); in doFindLibMinGW() 791 sys::path::replace_extension(out, ".lib"); in getImplibPath() 808 sys::path::replace_extension(out, ".dll"); in getImportName() 812 sys::path::replace_extension(out, in getImportName() 2003 sys::path::replace_extension(config->pdbPath, ".pdb"); in linkerMain()
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 256 llvm::sys::path::replace_extension(Path, "json"); in cc1_main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Path.h | 148 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 36 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 78 llvm::sys::path::replace_extension(Path, in RewriteFilename()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 119 llvm::sys::path::replace_extension(ObjFileName, "o"); in makeObjFileName()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | DriverUtils.cpp | 196 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 64 sys::path::replace_extension(Val, ".lib"); in getDefaultOutputPath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 590 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName() 596 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 1340 llvm::sys::path::replace_extension(OutFile, "merged.pdb"); in mergePdbs() 1514 sys::path::replace_extension(OutputFilename, ".pdb"); in main()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 1459 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics() 1473 llvm::sys::path::replace_extension(Script, "sh"); in generateCompilationDiagnostics() 4850 llvm::sys::path::replace_extension(Filename, Extension); in MakeCLOutputFilename() 5002 llvm::sys::path::replace_extension(Output, ""); in GetNamedOutputPath() 5233 llvm::sys::path::replace_extension(Output, ".pch"); in GetClPchPath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 478 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension, in replace_extension() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 756 llvm::sys::path::replace_extension(*PathStorage, Extension); in createDefaultOutputFile()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | operations.cpp | 1503 path& path::replace_extension(path const& replacement) { in replace_extension() function in path
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 921 llvm::sys::path::replace_extension(LibName, extension); in inferFrameworkLink()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | filesystem | 1182 path& replace_extension(const path& __replacement = path());
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 7354 llvm::sys::path::replace_extension(ShortName, ""); in DisassembleMachO()
|