Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLTraits.cpp60 : IO(Ctxt), Strm(new Stream(InputContent, SrcMgr, false, &EC)) { in Input()
63 DocIterator = Strm->begin(); in Input()
68 : IO(Ctxt), Strm(new Stream(Input, SrcMgr, false, &EC)) { in Input()
71 DocIterator = Strm->begin(); in Input()
90 if (DocIterator != Strm->end()) { in setCurrentDocument()
110 return ++DocIterator != Strm->end(); in nextDocument()
376 Strm->printError(node, message); in setError()
381 Strm->printError(range, message); in setError()
387 Strm->printError(hnode->_node, message, SourceMgr::DK_Warning); in reportWarning()
391 Strm->printError(node, message, SourceMgr::DK_Warning); in reportWarning()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DDwarfTransformer.h79 void handleDie(raw_ostream &Strm, CUInfo &CUI, DWARFDie Die);
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp557 raw_fd_ostream Strm(Path, EC, sys::fs::OF_None); in saveFile() local
560 Strm.write(FileBytes.data(), FileBytes.size()); in saveFile()
561 Strm.close(); in saveFile()