Home
last modified time | relevance | path

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

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