Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp564 debugChunk->writeAndRelocateSubsection(sectionContents, sym.data(), in writeSymbolRecord()
859 debugChunk->writeAndRelocateSubsection(debugChunk->getContents(), subsec, in commit()
949 debugChunk->writeAndRelocateSubsection(debugChunk->getContents(), in finish()
H A DChunks.h211 void writeAndRelocateSubsection(ArrayRef<uint8_t> sec,
H A DChunks.cpp441 void SectionChunk::writeAndRelocateSubsection(ArrayRef<uint8_t> sec, in writeAndRelocateSubsection() function in lld::coff::SectionChunk