Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp63 class DebugSHandler;
66 friend DebugSHandler;
175 class DebugSHandler { class
223 DebugSHandler(COFFLinkerContext &ctx, PDBLinker &linker, ObjFile &file) in DebugSHandler() function in __anon94582cee0111::DebugSHandler
749 void DebugSHandler::handleDebugS(SectionChunk *debugChunk) { in handleDebugS()
824 void DebugSHandler::advanceRelocIndex(SectionChunk *sc, in advanceRelocIndex()
881 void DebugSHandler::addUnrelocatedSubsection(SectionChunk *debugChunk, in addUnrelocatedSubsection()
892 void DebugSHandler::addFrameDataSubsection(SectionChunk *debugChunk, in addFrameDataSubsection()
914 void DebugSHandler::finish() { in finish()
1030 DebugSHandler dsh(ctx, *this, *source->file); in addDebugSymbols()