Home
last modified time | relevance | path

Searched defs:getOutputFile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h127 const std::string &getOutputFile() const { return OutputFile; } getOutputFile() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h939 StringRef getOutputFile() const { return OutputFile; } in getOutputFile() function