Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp231 class raw_crc_ostream : public raw_ostream { global() class
233 explicit raw_crc_ostream(raw_ostream &O) : OS(O) { SetUnbuffered(); } raw_crc_ostream() function in llvm::dwarfutil::raw_crc_ostream