Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp857 std::vector<uint8_t> relocatedBytes(subsec.size()); in commit() local
860 tmpRelocIndex, relocatedBytes.data()); in commit()
868 BinaryStreamReader storageReader(relocatedBytes, support::little); in commit()
879 return writer.writeBytes(relocatedBytes); in commit()