/openbsd/gnu/llvm/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 | Cuda.cpp | 452 llvm::sys::path::replace_extension(Filename, "cubin"); in ConstructJob() 635 llvm::sys::path::replace_extension(Filename, "cubin"); in ConstructJob() 872 llvm::sys::path::replace_extension(Filename, "cubin"); in getInputFilename()
|
H A D | CrossWindows.cpp | 160 llvm::sys::path::replace_extension(ImpLib, ".lib"); in ConstructJob()
|
H A D | Clang.cpp | 925 llvm::sys::path::replace_extension(CoverageFilename, "gcno"); in addPGOAndCoverageFlags() 1155 llvm::sys::path::replace_extension(P, "o"); in AddPreprocessingOptions() 1265 llvm::sys::path::replace_extension(P, "pch"); in AddPreprocessingOptions() 1270 llvm::sys::path::replace_extension(P, "gch"); in AddPreprocessingOptions() 1485 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions() 1501 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions() 1506 llvm::sys::path::replace_extension(F, OldExtension); in renderRemarksOptions() 1513 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 | MSVC.cpp | 181 llvm::sys::path::replace_extension(ImplibName, "lib"); in ConstructJob()
|
/openbsd/gnu/llvm/lld/COFF/ |
H A D | MapFile.cpp | 178 sys::path::replace_extension(fileDescr, ""); in getSymbolStrings() 228 sys::path::replace_extension(AppName, ""); in writeMapFile()
|
H A D | Driver.cpp | 509 sys::path::replace_extension(s, ".a"); in doFindLibMinGW() 899 sys::path::replace_extension(out, ".lib"); in getImplibPath() 916 sys::path::replace_extension(out, ".dll"); in getImportName() 920 sys::path::replace_extension(out, in getImportName() 2170 sys::path::replace_extension(config->pdbPath, ".pdb"); in linkerMain()
|
/openbsd/gnu/llvm/llvm/tools/llvm-ml/ |
H A D | llvm-ml.cpp | 92 sys::path::replace_extension(Program, ""); in GetTriple() 357 sys::path::replace_extension(DefaultOutputFilename, FileType); in main()
|
/openbsd/gnu/llvm/clang/tools/driver/ |
H A D | cc1_main.cpp | 261 llvm::sys::path::replace_extension(Path, "json"); in cc1_main()
|
/openbsd/gnu/llvm/llvm/tools/llvm-cvtres/ |
H A D | llvm-cvtres.cpp | 160 sys::path::replace_extension(OutputFile, ".obj"); in main()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Path.h | 169 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
|
/openbsd/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | gcov.cpp | 36 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 78 llvm::sys::path::replace_extension(Path, in RewriteFilename()
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | DriverUtils.cpp | 193 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()
|
/openbsd/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 67 sys::path::replace_extension(Val, ".lib"); in getDefaultOutputPath()
|
/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 116 llvm::sys::path::replace_extension(ObjFileName, "o"); in makeObjFileName()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 537 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName() 543 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName()
|
/openbsd/gnu/llvm/llvm/tools/llvm-rc/ |
H A D | llvm-rc.cpp | 577 llvm::sys::path::replace_extension(OutputFile, "res"); in parseRcOptions()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | filesystem | 78 path& replace_extension(const path& replacement = path());
|
/openbsd/gnu/llvm/clang/lib/Driver/ |
H A D | Driver.cpp | 1743 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics() 1760 llvm::sys::path::replace_extension(Script, "sh"); in generateCompilationDiagnostics() 5512 llvm::sys::path::replace_extension(Filename, Extension); in MakeCLOutputFilename() 5590 llvm::sys::path::replace_extension(OutputPath, Extension); in GetModuleOutputPath() 5728 llvm::sys::path::replace_extension(Output, ""); in GetNamedOutputPath() 6018 llvm::sys::path::replace_extension(Output, ".pch"); in GetClPchPath()
|
/openbsd/gnu/llvm/lld/wasm/ |
H A D | Driver.cpp | 250 path::replace_extension(importFile, ".imports"); in addFile()
|
/openbsd/gnu/llvm/libcxx/include/__filesystem/ |
H A D | path.h | 733 path& replace_extension(const path& __replacement = path());
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | Path.cpp | 480 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension, in replace_extension() function
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 814 llvm::sys::path::replace_extension(*PathStorage, Extension); in createDefaultOutputFile()
|