Home
last modified time | relevance | path

Searched refs:NullOS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp103 std::unique_ptr<llvm::raw_null_ostream> NullOS; member in __anon881592160111::PrintPPOutputPPCallbacks
130 NullOS = std::make_unique<llvm::raw_null_ostream>(); in PrintPPOutputPPCallbacks()
376 OS = isSystem(FileType) ? OrigOS : NullOS.get(); in FileChanged()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp1337 raw_null_ostream NullOS; in EmitMatcherTable() local
1338 unsigned TotalSize = MatcherEmitter.SizeMatcherList(TheMatcher, NullOS); in EmitMatcherTable()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp390 raw_null_ostream NullOS; in writeStringWithAlignment() local
391 uint64_t StrSizeLength = encodeULEB128(Str.size(), NullOS); in writeStringWithAlignment()