Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp568 debugChunk->writeAndRelocateSubsection(sectionContents, sym.data(), in writeSymbolRecord()
865 debugChunk->writeAndRelocateSubsection(debugChunk->getContents(), subsec, in commit()
958 debugChunk->writeAndRelocateSubsection(debugChunk->getContents(), in finish()
H A DChunks.h227 void writeAndRelocateSubsection(ArrayRef<uint8_t> sec,
H A DChunks.cpp474 void SectionChunk::writeAndRelocateSubsection(ArrayRef<uint8_t> sec, in writeAndRelocateSubsection() function in lld::coff::SectionChunk