Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h93 struct DebugStream { struct
94 std::function<Error(BinaryStreamWriter &)> WriteFn;
95 uint32_t Size = 0;
96 uint16_t StreamNumber = kInvalidStreamIndex;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DInputFile.h124 std::shared_ptr<ModuleDebugStreamRef> DebugStream; variable