Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStreamBuilder.h92 struct DebugStream { struct
93 std::function<Error(BinaryStreamWriter &)> WriteFn;
94 uint32_t Size = 0;
95 uint16_t StreamNumber = kInvalidStreamIndex;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStreamBuilder.h90 struct DebugStream { struct
91 std::function<Error(BinaryStreamWriter &)> WriteFn;
92 uint32_t Size = 0;
93 uint16_t StreamNumber = kInvalidStreamIndex;
/external/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.h123 std::shared_ptr<ModuleDebugStreamRef> DebugStream; variable