Home
last modified time | relevance | path

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

12

/freebsd/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.cpp161 llvm::sys::path::replace_extension(ImpLib, ".lib"); in ConstructJob()
H A DZOS.cpp156 llvm::sys::path::replace_extension(SideDeckName, "x"); in ConstructJob()
H A DClang.cpp666 llvm::sys::path::replace_extension(CoverageFilename, "gcno"); in addPGOAndCoverageFlags()
678 llvm::sys::path::replace_extension(CoverageFilename, "gcda"); in addPGOAndCoverageFlags()
896 llvm::sys::path::replace_extension(P, "o"); in AddPreprocessingOptions()
1020 llvm::sys::path::replace_extension(P, "pch"); in AddPreprocessingOptions()
1026 llvm::sys::path::replace_extension(P, "gch"); in AddPreprocessingOptions()
1277 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions()
1293 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions()
1298 llvm::sys::path::replace_extension(F, OldExtension); in renderRemarksOptions()
1305 llvm::sys::path::replace_extension(F, Extension); in renderRemarksOptions()
3901 llvm::sys::path::replace_extension(OutputPath, Extension); in getCXX20NamedModuleOutputPath()
[all …]
H A DFlang.cpp790 llvm::sys::path::replace_extension(F, Extension); in renderRemarksOptions()
H A DMSVC.cpp190 llvm::sys::path::replace_extension(ImplibName, "lib"); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp20 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 DUtils.h55 LLVM_ABI void replace_extension(SmallVectorImpl<char> &Path,
/freebsd/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp178 sys::path::replace_extension(fileDescr, ""); in getSymbolStrings()
229 sys::path::replace_extension(AppName, ""); in writeMapFile()
H A DDriver.cpp629 sys::path::replace_extension(s, ".a"); in findLibMinGW()
949 sys::path::replace_extension(out, ".lib"); in getImplibPath()
966 sys::path::replace_extension(out, ".dll"); in getImportName()
970 sys::path::replace_extension(out, in getImportName()
2457 sys::path::replace_extension(config->pdbPath, ".pdb"); in linkerMain()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp101 llvm::sys::path::replace_extension(ExePath, Extension); in searchForExe()
127 llvm::sys::path::replace_extension(ObjPath, Extension); in searchForObj()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp36 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFrontend.cpp173 replace_extension(TextAPIFilePath, ".tbd"); in findLibrary()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h173 LLVM_ABI void replace_extension(SmallVectorImpl<char> &path,
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp77 llvm::sys::path::replace_extension(Path, in RewriteFilename()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp32 path& path::replace_extension(path const& replacement) { in replace_extension() function in path
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp211 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp72 sys::path::replace_extension(Val, ".lib"); in getDefaultOutputPath()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp519 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName()
525 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp243 llvm::sys::path::replace_extension(ObjFileName, "o"); in makeObjFileName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1370 llvm::sys::path::replace_extension(OutFile, "merged.pdb"); in mergePdbs()
1580 sys::path::replace_extension(OutputFilename, ".pdb"); in main()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2136 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
2153 llvm::sys::path::replace_extension(Script, "sh"); in generateCompilationDiagnostics()
5808 llvm::sys::path::replace_extension(Tmp, "json"); in handleTimeTrace()
5820 llvm::sys::path::replace_extension(Path, "json"); in handleTimeTrace()
6142 llvm::sys::path::replace_extension(Filename, Extension); in MakeCLOutputFilename()
6407 llvm::sys::path::replace_extension(Output, ""); in GetNamedOutputPath()
6716 llvm::sys::path::replace_extension(Output, ".pch"); in GetClPchPath()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem78 path& replace_extension(const path& replacement = path());
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h631 path& replace_extension(const path& __replacement = path());
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp480 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension, in replace_extension() function

12