Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/COFF/
H A DPDB.cpp860 std::vector<uint8_t> relocatedBytes(subsec.size()); in commit() local
863 tmpRelocIndex, relocatedBytes.data()); in commit()
871 BinaryStreamReader storageReader(relocatedBytes, llvm::endianness::little); in commit()
883 return writer.writeBytes(relocatedBytes); in commit()