Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp182 raw_svector_ostream OutStrm(Str); in TEST() local
212 raw_svector_ostream OutStrm(Str); in TestFunctionInfoEncodeError() local
247 raw_svector_ostream OutStrm(Str); in TestFunctionInfoEncodeDecode() local
324 raw_svector_ostream OutStrm(Str); in TestInlineInfoEncodeDecode() local
355 raw_svector_ostream OutStrm(Str); in TestInlineInfoEncodeError() local
499 raw_svector_ostream OutStrm(Str); in TEST() local
561 raw_svector_ostream OutStrm(Str); in TestFileWriterHelper() local
615 raw_svector_ostream OutStrm(Str); in TEST() local
638 raw_svector_ostream OutStrm(Str); in TestAddressRangeEncodeDecodeHelper() local
677 raw_svector_ostream OutStrm(Str); in TestLineTableHelper() local
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp51 raw_fd_ostream OutStrm(Path, EC); in save() local