Home
last modified time | relevance | path

Searched refs:replace_extension (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DInterfaceStubs.cpp39 llvm::sys::path::replace_extension(OutputFilename, in ConstructJob()
54 llvm::sys::path::replace_extension(InputFilename, ".ifs"); in ConstructJob()
H A DCrossWindows.cpp160 llvm::sys::path::replace_extension(ImpLib, ".lib"); in ConstructJob()
H A DClang.cpp959 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 DCuda.cpp672 llvm::sys::path::replace_extension(Filename, "cubin"); in getInputFilename()
H A DMSVC.cpp460 llvm::sys::path::replace_extension(ImplibName, "lib"); in ConstructJob()
H A DCommonArgs.cpp1532 llvm::sys::path::replace_extension(StatsFile, "stats"); in getStatsFileName()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp180 sys::path::replace_extension(fileDescr, ""); in getSymbolStrings()
229 sys::path::replace_extension(AppName, ""); in writeMapFile()
H A DDriver.cpp494 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 Dcc1_main.cpp256 llvm::sys::path::replace_extension(Path, "json"); in cc1_main()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h148 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp36 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp78 llvm::sys::path::replace_extension(Path, in RewriteFilename()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp119 llvm::sys::path::replace_extension(ObjFileName, "o"); in makeObjFileName()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp196 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp64 sys::path::replace_extension(Val, ".lib"); in getDefaultOutputPath()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp590 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 Dllvm-pdbutil.cpp1340 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 DDriver.cpp1459 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 DPath.cpp478 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension, in replace_extension() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp756 llvm::sys::path::replace_extension(*PathStorage, Extension); in createDefaultOutputFile()
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1503 path& path::replace_extension(path const& replacement) { in replace_extension() function in path
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp921 llvm::sys::path::replace_extension(LibName, extension); in inferFrameworkLink()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfilesystem1182 path& replace_extension(const path& __replacement = path());
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7354 llvm::sys::path::replace_extension(ShortName, ""); in DisassembleMachO()