Home
last modified time | relevance | path

Searched defs:Streams (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h166 ArrayRef<minidump::Directory> Streams, in MinidumpFile()
186 ArrayRef<minidump::Directory> Streams; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp159 StreamFactory Streams; member in clang::dataflow::__anon109acdc30111::HTMLLogger
178 explicit HTMLLogger(StreamFactory Streams) : Streams(std::move(Streams)) {} in HTMLLogger()
580 Logger::html(std::function<std::unique_ptr<llvm::raw_ostream>()> Streams) { in html()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp67 discoverStreamPurposes(PDBFile & File,SmallVectorImpl<StreamInfo> & Streams) discoverStreamPurposes() argument
[all...]
H A DExplainOutputStyle.cpp246 discoverStreamPurposes(File.pdb(), Streams); in explainPdbStreamOffset() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h216 std::vector<std::unique_ptr<Stream>> Streams; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp554 std::vector<std::unique_ptr<Stream>> Streams; in create() local