Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp107 void analyzeSymbolSubsection(SectionChunk *debugChunk,
124 void writeSymbolRecord(SectionChunk *debugChunk,
167 SectionChunk *debugChunk = nullptr; member
214 void advanceRelocIndex(SectionChunk *debugChunk, ArrayRef<uint8_t> subsec);
216 void addUnrelocatedSubsection(SectionChunk *debugChunk,
219 void addFrameDataSubsection(SectionChunk *debugChunk,
226 void handleDebugS(SectionChunk *debugChunk);
548 void PDBLinker::writeSymbolRecord(SectionChunk *debugChunk, in writeSymbolRecord() argument
558 debugChunk->writeAndRelocateSubsection(sectionContents, sym.data(), in writeSymbolRecord()
563 TpiSource *source = debugChunk->file->debugTypesObj; in writeSymbolRecord()
[all …]