• Home
  • Raw
  • Download

Lines Matching refs:getStream

166       support::endian::Writer<support::little>(getStream()).write(Val);  in write()
168 support::endian::Writer<support::big>(getStream()).write(Val); in write()
240 uint64_t Padding = OffsetToAlignment(getStream().tell(), Alignment); in align()
781 uint64_t SecStart = getStream().tell(); in computeSymbolTable()
932 uint64_t SecEnd = getStream().tell(); in computeSymbolTable()
942 SecStart = getStream().tell(); in computeSymbolTable()
947 SecEnd = getStream().tell(); in computeSymbolTable()
1032 raw_pwrite_stream &OldStream = getStream(); in writeSectionData()
1042 getStream() << UncompressedData; in writeSectionData()
1050 getStream() << UncompressedData; in writeSectionData()
1061 getStream() << CompressedContents; in writeSectionData()
1130 getStream() << StrTabBuilder.data(); in createStringTable()
1239 uint64_t SecStart = getStream().tell(); in writeObject()
1244 uint64_t SecEnd = getStream().tell(); in writeObject()
1276 uint64_t SecStart = getStream().tell(); in writeObject()
1286 uint64_t SecEnd = getStream().tell(); in writeObject()
1297 uint64_t SecStart = getStream().tell(); in writeObject()
1301 uint64_t SecEnd = getStream().tell(); in writeObject()
1306 uint64_t SecStart = getStream().tell(); in writeObject()
1308 uint64_t SecEnd = getStream().tell(); in writeObject()
1315 const uint64_t SectionHeaderOffset = getStream().tell(); in writeObject()
1331 getStream().pwrite(reinterpret_cast<char *>(&Val), sizeof(Val), in writeObject()
1338 getStream().pwrite(reinterpret_cast<char *>(&Val), sizeof(Val), in writeObject()
1342 getStream().pwrite(reinterpret_cast<char *>(&NumSections), in writeObject()