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.h87 struct DebugStream { struct
88 std::function<Error(BinaryStreamWriter &)> WriteFn;
89 uint32_t Size = 0;
90 uint16_t StreamNumber = kInvalidStreamIndex;
H A DInputFile.h126 std::shared_ptr<ModuleDebugStreamRef> DebugStream; variable