Searched defs:CodeViewRecordIO (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h42 class CodeViewRecordIO { class in namespace:llvm::codeview
54 explicit CodeViewRecordIO(BinaryStreamReader &Reader) : Reader(&Reader) {} function in class:llvm::codeview::CodeViewRecordIO
57 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} function in class:llvm::codeview::CodeViewRecordIO
60 explicit CodeViewRecordIO(CodeViewRecordStreamer &Streamer) function in class:llvm::codeview::CodeViewRecordIO

Completed in 102 milliseconds