Home
last modified time | relevance | path

Searched refs:getOutputPath (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/LibDriver/
DLibDriver.cpp59 static std::string getOutputPath(llvm::opt::InputArgList *Args, in getOutputPath() function
150 llvm::writeArchive(getOutputPath(&Args, Members[0]), Members, in libDriverMain()
/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp31 std::string CoveragePrinter::getOutputPath(StringRef Path, StringRef Extension, in getOutputPath() function in CoveragePrinter
59 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false); in createOutputStream()
DSourceCoverageViewText.cpp38 OSRef << getOutputPath(SF, "txt", /*InToplevel=*/false) << '\n'; in createIndexFile()
DSourceCoverageView.h117 std::string getOutputPath(StringRef Path, StringRef Extension,
DSourceCoverageViewHTML.cpp248 escape(getOutputPath(SF, "html", /*InToplevel=*/false)); in createIndexFile()
/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageView.cpp30 std::string CoveragePrinter::getOutputPath(StringRef Path, StringRef Extension, in getOutputPath() function in CoveragePrinter
60 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false); in createOutputStream()
DSourceCoverageView.h87 std::string getOutputPath(StringRef Path, StringRef Extension,
DSourceCoverageViewHTML.cpp293 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile()
327 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts); in buildLinkToFile()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMediaRecorderTest.java110 assertThat(shadowMediaRecorder.getOutputPath()).isNull(); in testOutputFile()
112 assertThat(shadowMediaRecorder.getOutputPath()).isEqualTo("/dev/null"); in testOutputFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp62 static std::string getOutputPath(opt::InputArgList *Args, in getOutputPath() function
355 std::string OutputPath = getOutputPath(&Args, Members[0]); in libDriverMain()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaRecorder.java212 public String getOutputPath() { in getOutputPath() method in ShadowMediaRecorder
/external/llvm-project/lld/COFF/
DDriver.cpp122 static std::string getOutputPath(StringRef path) { in getOutputPath() function
1914 config->outputFile = getOutputPath( in link()