Searched refs:replace_extension (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DInterfaceStubs.cpp38 llvm::sys::path::replace_extension(OutputFilename,
53 llvm::sys::path::replace_extension(InputFilename, ".ifs");
H A DCrossWindows.cpp160 llvm::sys::path::replace_extension(ImpLib, ".lib");
H A DClang.cpp953 llvm::sys::path::replace_extension(CoverageFilename, "gcno");
963 llvm::sys::path::replace_extension(CoverageFilename, "gcda");
1211 llvm::sys::path::replace_extension(P, "o");
1315 // so that replace_extension does the right thing.
1317 llvm::sys::path::replace_extension(P, "pch");
1322 llvm::sys::path::replace_extension(P, "gch");
1529 llvm::sys::path::replace_extension(F, "");
1545 llvm::sys::path::replace_extension(F, "");
1550 llvm::sys::path::replace_extension(F, OldExtension);
1557 llvm::sys::path::replace_extension(
[all...]
H A DCuda.cpp672 llvm::sys::path::replace_extension(Filename, "cubin");
H A DCommonArgs.cpp1527 llvm::sys::path::replace_extension(StatsFile, "stats");
/netbsd-current/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp256 llvm::sys::path::replace_extension(Path, "json");
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp85 sys::path::replace_extension(Program, "");
304 sys::path::replace_extension(DefaultOutputFilename, FileType);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h148 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp158 sys::path::replace_extension(OutputFile, ".obj");
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A Dgcov.cpp36 sys::path::replace_extension(CoverageFileStem, "");
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp78 llvm::sys::path::replace_extension(Path,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp64 sys::path::replace_extension(Val, ".lib");
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc71 path::replace_extension(const path& replacement) function in class:path
83 std::logic_error("path::replace_extension failed"));
H A Dstd-path.cc78 path::replace_extension(const path& replacement) function in class:path
91 std::logic_error("path::replace_extension failed"));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc71 path::replace_extension(const path& replacement) function in class:path
83 std::logic_error("path::replace_extension failed"));
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp200 llvm::sys::path::replace_extension(ObjFileName, "o");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp590 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda");
596 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda");
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp557 llvm::sys::path::replace_extension(OutputFile, "res");
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1467 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash");
1481 llvm::sys::path::replace_extension(Script, "sh");
4833 llvm::sys::path::replace_extension(Filename, Extension);
4980 llvm::sys::path::replace_extension(Output, "");
5211 llvm::sys::path::replace_extension(Output, ".pch");
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1340 llvm::sys::path::replace_extension(OutFile, "merged.pdb");
1512 sys::path::replace_extension(OutputFilename, ".pdb");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp478 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h337 path& replace_extension(const path& __replacement = path());
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h345 path& replace_extension(const path& __replacement = path());
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_path.h445 path& replace_extension(const path& __replacement = path());
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h333 path& replace_extension(const path& __replacement = path());

Completed in 485 milliseconds

12