Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp115 void analyzeSymbolSubsection(SectionChunk *debugChunk,
132 void writeSymbolRecord(SectionChunk *debugChunk,
175 SectionChunk *debugChunk = nullptr; member
224 void advanceRelocIndex(SectionChunk *debugChunk, ArrayRef<uint8_t> subsec);
226 void addUnrelocatedSubsection(SectionChunk *debugChunk,
229 void addFrameDataSubsection(SectionChunk *debugChunk,
238 void handleDebugS(SectionChunk *debugChunk);
558 void PDBLinker::writeSymbolRecord(SectionChunk *debugChunk, in writeSymbolRecord() argument
568 debugChunk->writeAndRelocateSubsection(sectionContents, sym.data(), in writeSymbolRecord()
573 TpiSource *source = debugChunk->file->debugTypesObj; in writeSymbolRecord()
[all …]