Home
last modified time | relevance | path

Searched refs:getOutputFile (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDGeneratePCH.cpp126 auto OS = std::make_unique<llvm::raw_fd_ostream>(getOutputFile(), EC); in HandleTranslationUnit()
129 << getOutputFile() << EC.message() << "\n"; in HandleTranslationUnit()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerCommand.h128 const std::string &getOutputFile() const { return OutputFile; } in getOutputFile() function
146 SS << ">" << getOutputFile() << " "; in toString()
HDFuzzerUtilFuchsia.cpp503 std::string Path = Cmd.getOutputFile(); in ExecuteCommand()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTWriter.h939 StringRef getOutputFile() const { return OutputFile; } in getOutputFile() function