Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp103 raw_svector_ostream OutStrm(EncodingCache); in cacheEncoding() local
104 FileWriter FW(OutStrm, llvm::endianness::native); in cacheEncoding()
H A DGsymCreator.cpp73 raw_fd_ostream OutStrm(Path, EC); in save() local
76 FileWriter O(OutStrm, ByteOrder); in save()