Searched refs:relocatedDebugContents (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp194 void handleDebugS(ArrayRef<uint8_t> relocatedDebugContents);
660 void DebugSHandler::handleDebugS(ArrayRef<uint8_t> relocatedDebugContents) { argument
661 relocatedDebugContents =
662 SectionChunk::consumeDebugMagic(relocatedDebugContents, ".debug$S");
665 BinaryStreamReader reader(relocatedDebugContents, support::little);
666 exitOnErr(reader.readArray(subsections, relocatedDebugContents.size()));
877 ArrayRef<uint8_t> relocatedDebugContents = relocateDebugChunk(*debugChunk); local
880 dsh.handleDebugS(relocatedDebugContents);
883 BinaryStreamReader reader(relocatedDebugContents, support::little);
884 uint32_t count = relocatedDebugContents
[all...]

Completed in 100 milliseconds