Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp197 raw_svector_ostream OutStrm(Str); in TEST() local
227 raw_svector_ostream OutStrm(Str); in TestFunctionInfoEncodeError() local
263 raw_svector_ostream OutStrm(Str); TestFunctionInfoEncodeDecode() local
340 raw_svector_ostream OutStrm(Str); TestInlineInfoEncodeDecode() local
371 raw_svector_ostream OutStrm(Str); TestInlineInfoEncodeError() local
514 raw_svector_ostream OutStrm(Str); TEST() local
576 raw_svector_ostream OutStrm(Str); TestFileWriterHelper() local
630 raw_svector_ostream OutStrm(Str); TEST() local
653 raw_svector_ostream OutStrm(Str); TestAddressRangeEncodeDecodeHelper() local
692 raw_svector_ostream OutStrm(Str); TestLineTableHelper() local
782 raw_svector_ostream OutStrm(Str); TEST() local
818 raw_svector_ostream OutStrm(Str); TEST() local
847 raw_svector_ostream OutStrm(Str); TestHeaderEncodeError() local
902 raw_svector_ostream OutStrm(Str); TEST() local
925 raw_svector_ostream OutStrm(Str); TestHeaderEncodeDecode() local
947 raw_svector_ostream OutStrm(Str); TestGsymCreatorEncodeError() local
1022 raw_svector_ostream OutStrm(Str); TestEncodeDecode() local
1161 raw_svector_ostream OutStrm(Str); TEST() local
1227 raw_svector_ostream OutStrm(Str); TEST() local
1347 raw_svector_ostream OutStrm(Str); TEST() local
1425 raw_svector_ostream OutStrm(Str); TEST() local
1533 raw_svector_ostream OutStrm(Str); TEST() local
1639 raw_svector_ostream OutStrm(Str); TEST() local
1668 raw_svector_ostream OutStrm(Str); TEST() local
1838 raw_svector_ostream OutStrm(Str); TEST() local
2099 raw_svector_ostream OutStrm(Str); TEST() local
2279 raw_svector_ostream OutStrm(Str); TEST() local
2420 raw_svector_ostream OutStrm(Str); TEST() local
2510 raw_svector_ostream OutStrm(Str); FinalizeEncodeAndDecode() local
3061 raw_svector_ostream OutStrm(Str); TEST() local
3289 raw_svector_ostream OutStrm(Str); TEST() local
3526 raw_svector_ostream OutStrm(Str); TEST() local
3807 raw_svector_ostream OutStrm(Str); TEST() local
4010 raw_svector_ostream OutStrm(Str); TEST() local
4163 raw_svector_ostream OutStrm(Str); TEST() local
4325 raw_svector_ostream OutStrm(Str); TEST() local
4646 raw_svector_ostream OutStrm(Str); TEST() local
4862 raw_svector_ostream OutStrm(Str); TEST() local
[all...]
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp103 raw_svector_ostream OutStrm(EncodingCache); cacheEncoding() local
H A DGsymCreator.cpp73 raw_fd_ostream OutStrm(Path, EC); in save() local