Home
last modified time | relevance | path

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

/llvm-project/bolt/tools/merge-fdata/
H A Dmerge-fdata.cpp73 OutputFilePath("o",
96 if (opts::OutputFilePath.empty() || opts::OutputFilePath == "-") in output()
100 static raw_fd_ostream Output(opts::OutputFilePath, EC); in output()
102 report_error(opts::OutputFilePath, EC); in output()
72 OutputFilePath("o", global() variable
/llvm-project/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h96 const StringPool::StringOffsetSize OutputFilePath; variable
/llvm-project/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp46 OutputFilePath(Paths.addDirPath(OutputFile)) {} in SerializablePathCollection()
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp364 std::string OutputFilePath = Flags.exact_artifact_path; in CleanseCrashInput() local
401 WriteToFile(U, OutputFilePath); in CleanseCrashInput()