Home
last modified time | relevance | path

Searched refs: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
183 FileWriter FW(OutStrm, ByteOrder); in TEST()
212 raw_svector_ostream OutStrm(Str); in TestFunctionInfoEncodeError() local
213 FileWriter FW(OutStrm, ByteOrder); in TestFunctionInfoEncodeError()
247 raw_svector_ostream OutStrm(Str); in TestFunctionInfoEncodeDecode() local
248 FileWriter FW(OutStrm, ByteOrder); in TestFunctionInfoEncodeDecode()
253 std::string Bytes(OutStrm.str()); in TestFunctionInfoEncodeDecode()
324 raw_svector_ostream OutStrm(Str); in TestInlineInfoEncodeDecode() local
329 std::string Bytes(OutStrm.str()); in TestInlineInfoEncodeDecode()
355 raw_svector_ostream OutStrm(Str); in TestInlineInfoEncodeError() local
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp51 raw_fd_ostream OutStrm(Path, EC); in save() local
54 FileWriter O(OutStrm, ByteOrder); in save()