Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp102 std::unique_ptr<llvm::raw_null_ostream> NullOS; member in __anon4bae9f8c0111::PrintPPOutputPPCallbacks
126 NullOS = std::make_unique<llvm::raw_null_ostream>(); in PrintPPOutputPPCallbacks()
361 OS = isSystem(FileType) ? OrigOS : NullOS.get(); in FileChanged()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp1339 raw_null_ostream NullOS; in EmitMatcherTable() local
1340 unsigned TotalSize = MatcherEmitter.SizeMatcherList(TheMatcher, NullOS); in EmitMatcherTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp393 raw_null_ostream NullOS; in writeStringWithAlignment() local
394 uint64_t StrSizeLength = encodeULEB128(Str.size(), NullOS); in writeStringWithAlignment()