Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h91 struct DebugStream { struct
92 std::function<Error(BinaryStreamWriter &)> WriteFn;
93 uint32_t Size = 0;
94 uint16_t StreamNumber = kInvalidStreamIndex;
H A DInputFile.h127 std::shared_ptr<ModuleDebugStreamRef> DebugStream; variable