Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp72 class DebugSHandler;
75 friend DebugSHandler;
179 class DebugSHandler { class
231 DebugSHandler(PDBLinker &linker, ObjFile &file, TpiSource *source) in DebugSHandler() function in __anona4e0361e0111::DebugSHandler
753 void DebugSHandler::handleDebugS(SectionChunk *debugChunk) { in handleDebugS()
826 void DebugSHandler::advanceRelocIndex(SectionChunk *sc, in advanceRelocIndex()
882 void DebugSHandler::addUnrelocatedSubsection(SectionChunk *debugChunk, in addUnrelocatedSubsection()
893 void DebugSHandler::addFrameDataSubsection(SectionChunk *debugChunk, in addFrameDataSubsection()
915 void DebugSHandler::finish() { in finish()
1026 DebugSHandler dsh(*this, *source->file, source); in addDebugSymbols()