Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
H A Dreplace_extension.pass.cpp60 path& Ref = (p.replace_extension(TC.extension)); in main()
67 path& Ref = (p.replace_extension()); in main()
/llvm-project-15.0.7/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.cpp1006 llvm::sys::path::replace_extension(CoverageFilename, "gcno"); in addPGOAndCoverageFlags()
1266 llvm::sys::path::replace_extension(P, "o"); in AddPreprocessingOptions()
1375 llvm::sys::path::replace_extension(P, "pch"); in AddPreprocessingOptions()
1380 llvm::sys::path::replace_extension(P, "gch"); in AddPreprocessingOptions()
1590 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions()
1606 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions()
1611 llvm::sys::path::replace_extension(F, OldExtension); in renderRemarksOptions()
1618 llvm::sys::path::replace_extension(F, Extension); in renderRemarksOptions()
3694 llvm::sys::path::replace_extension(Path, ".cache"); in RenderModulesOptions()
3758 llvm::sys::path::replace_extension(VFSDir, ".cache"); in RenderModulesOptions()
[all …]
H A DCuda.cpp703 llvm::sys::path::replace_extension(Filename, "cubin"); in getInputFilename()
H A DMSVC.cpp182 llvm::sys::path::replace_extension(ImplibName, "lib"); in ConstructJob()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaderSourceSwitch.cpp58 llvm::sys::path::replace_extension(NewPath, NewExt); in getCorrespondingHeaderOrSource()
63 llvm::sys::path::replace_extension(NewPath, NewExt.upper()); in getCorrespondingHeaderOrSource()
/llvm-project-15.0.7/lld/COFF/
H A DMapFile.cpp177 sys::path::replace_extension(fileDescr, ""); in getSymbolStrings()
227 sys::path::replace_extension(AppName, ""); in writeMapFile()
H A DDriver.cpp504 sys::path::replace_extension(s, ".a"); in doFindLibMinGW()
893 sys::path::replace_extension(out, ".lib"); in getImplibPath()
910 sys::path::replace_extension(out, ".dll"); in getImportName()
914 sys::path::replace_extension(out, in getImportName()
2137 sys::path::replace_extension(config->pdbPath, ".pdb"); in linkerMain()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousIncludeCheck.cpp93 llvm::sys::path::replace_extension(GuessedFileName, in InclusionDirective()
/llvm-project-15.0.7/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp88 sys::path::replace_extension(Program, ""); in GetTriple()
353 sys::path::replace_extension(DefaultOutputFilename, FileType); in main()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInstance.cpp77 llvm::sys::path::replace_extension(path, extension); in getOutputFilePath()
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1_main.cpp260 llvm::sys::path::replace_extension(Path, "json"); in cc1_main()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DPath.h169 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
/llvm-project-15.0.7/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp157 sys::path::replace_extension(OutputFile, ".obj"); in main()
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A Dgcov.cpp36 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp78 llvm::sys::path::replace_extension(Path, in RewriteFilename()
/llvm-project-15.0.7/lld/MachO/
H A DDriverUtils.cpp191 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp106 llvm::sys::path::replace_extension(ObjFileName, "o"); in makeObjFileName()
/llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp64 sys::path::replace_extension(Val, ".lib"); in getDefaultOutputPath()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp536 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName()
542 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName()
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp558 llvm::sys::path::replace_extension(OutputFile, "res"); in parseRcOptions()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1366 llvm::sys::path::replace_extension(OutFile, "merged.pdb"); in mergePdbs()
1578 sys::path::replace_extension(OutputFilename, ".pdb"); in main()
/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp244 path::replace_extension(importFile, ".imports"); in addFile()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp1628 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
1642 llvm::sys::path::replace_extension(Script, "sh"); in generateCompilationDiagnostics()
5540 llvm::sys::path::replace_extension(Filename, Extension); in MakeCLOutputFilename()
5699 llvm::sys::path::replace_extension(Output, ""); in GetNamedOutputPath()
5938 llvm::sys::path::replace_extension(Output, ".pch"); in GetClPchPath()

12