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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h43 class CodeViewRecordIO { class in namespace:llvm::codeview
55 explicit CodeViewRecordIO(BinaryStreamReader &Reader) : Reader(&Reader) {} function in class:llvm::codeview::CodeViewRecordIO
58 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} function in class:llvm::codeview::CodeViewRecordIO
61 explicit CodeViewRecordIO(CodeViewRecordStreamer &Streamer) function in class:llvm::codeview::CodeViewRecordIO

Completed in 116 milliseconds