| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/ |
| H A D | replace_extension.pass.cpp | 60 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 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 | 1006 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 D | Cuda.cpp | 703 llvm::sys::path::replace_extension(Filename, "cubin"); in getInputFilename()
|
| H A D | MSVC.cpp | 182 llvm::sys::path::replace_extension(ImplibName, "lib"); in ConstructJob()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | HeaderSourceSwitch.cpp | 58 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 D | MapFile.cpp | 177 sys::path::replace_extension(fileDescr, ""); in getSymbolStrings() 227 sys::path::replace_extension(AppName, ""); in writeMapFile()
|
| H A D | Driver.cpp | 504 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 D | SuspiciousIncludeCheck.cpp | 93 llvm::sys::path::replace_extension(GuessedFileName, in InclusionDirective()
|
| /llvm-project-15.0.7/llvm/tools/llvm-ml/ |
| H A D | llvm-ml.cpp | 88 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 D | CompilerInstance.cpp | 77 llvm::sys::path::replace_extension(path, extension); in getOutputFilePath()
|
| /llvm-project-15.0.7/clang/tools/driver/ |
| H A D | cc1_main.cpp | 260 llvm::sys::path::replace_extension(Path, "json"); in cc1_main()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Path.h | 169 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
|
| /llvm-project-15.0.7/llvm/tools/llvm-cvtres/ |
| H A D | llvm-cvtres.cpp | 157 sys::path::replace_extension(OutputFile, ".obj"); in main()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 36 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 78 llvm::sys::path::replace_extension(Path, in RewriteFilename()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | DriverUtils.cpp | 191 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()
|
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 106 llvm::sys::path::replace_extension(ObjFileName, "o"); in makeObjFileName()
|
| /llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 64 sys::path::replace_extension(Val, ".lib"); in getDefaultOutputPath()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 536 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 D | llvm-rc.cpp | 558 llvm::sys::path::replace_extension(OutputFile, "res"); in parseRcOptions()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 1366 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 D | Driver.cpp | 244 path::replace_extension(importFile, ".imports"); in addFile()
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Driver.cpp | 1628 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()
|