Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDPDB.cpp565 debugChunk->writeAndRelocateSubsection(sectionContents, sym.data(), in writeSymbolRecord()
862 debugChunk->writeAndRelocateSubsection(debugChunk->getContents(), subsec, in commit()
955 debugChunk->writeAndRelocateSubsection(debugChunk->getContents(), in finish()
HDChunks.h256 void writeAndRelocateSubsection(ArrayRef<uint8_t> sec,
HDChunks.cpp481 void SectionChunk::writeAndRelocateSubsection(ArrayRef<uint8_t> sec, in writeAndRelocateSubsection() function in lld::coff::SectionChunk