Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp171 SectionChunk *debugChunk = nullptr; member
554 void PDBLinker::writeSymbolRecord(SectionChunk *debugChunk, in writeSymbolRecord()
581 SectionChunk *debugChunk, uint32_t &moduleSymOffset, in analyzeSymbolSubsection()
753 void DebugSHandler::handleDebugS(SectionChunk *debugChunk) { in handleDebugS()
842 UnrelocatedDebugSubsection(DebugSubsectionKind k, SectionChunk *debugChunk, in UnrelocatedDebugSubsection()
850 SectionChunk *debugChunk; member in __anona4e0361e0711::UnrelocatedDebugSubsection
882 void DebugSHandler::addUnrelocatedSubsection(SectionChunk *debugChunk, in addUnrelocatedSubsection()
893 void DebugSHandler::addFrameDataSubsection(SectionChunk *debugChunk, in addFrameDataSubsection()
944 SectionChunk *debugChunk = subsec.debugChunk; in finish() local
1010 static ArrayRef<uint8_t> relocateDebugChunk(SectionChunk &debugChunk) { in relocateDebugChunk()