Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp855 std::vector<uint8_t> relocatedBytes(subsec.size()); in commit() local
858 tmpRelocIndex, relocatedBytes.data()); in commit()
866 BinaryStreamReader storageReader(relocatedBytes, llvm::endianness::little); in commit()
878 return writer.writeBytes(relocatedBytes); in commit()