Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp183 raw_svector_ostream OutStrm(Str); in TEST() local
184 FileWriter FW(OutStrm, ByteOrder); in TEST()
186 TestFunctionInfoDecodeError(ByteOrder, OutStrm.str(), BaseAddr, in TEST()
189 TestFunctionInfoDecodeError(ByteOrder, OutStrm.str(), BaseAddr, in TEST()
193 TestFunctionInfoDecodeError(ByteOrder, OutStrm.str(), BaseAddr, in TEST()
197 TestFunctionInfoDecodeError(ByteOrder, OutStrm.str(), BaseAddr, in TEST()
201 TestFunctionInfoDecodeError(ByteOrder, OutStrm.str(), BaseAddr, in TEST()
205 TestFunctionInfoDecodeError(ByteOrder, OutStrm.str(), BaseAddr, in TEST()
213 raw_svector_ostream OutStrm(Str); in TestFunctionInfoEncodeError() local
214 FileWriter FW(OutStrm, ByteOrder); in TestFunctionInfoEncodeError()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp46 raw_fd_ostream OutStrm(Path, EC); in save() local
49 FileWriter O(OutStrm, ByteOrder); in save()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp52 raw_fd_ostream OutStrm(Path, EC); in save() local
55 FileWriter O(OutStrm, ByteOrder); in save()