Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h88 struct DebugStream { struct
89 std::function<Error(BinaryStreamWriter &)> WriteFn;
90 uint32_t Size = 0;
91 uint16_t StreamNumber = kInvalidStreamIndex;
H A DInputFile.h127 std::shared_ptr<ModuleDebugStreamRef> DebugStream; variable