Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp71 class DebugSHandler;
74 friend DebugSHandler;
183 class DebugSHandler { class
235 DebugSHandler(PDBLinker &linker, ObjFile &file, TpiSource *source) in DebugSHandler() function in __anon49229aa50111::DebugSHandler
758 void DebugSHandler::handleDebugS(SectionChunk *debugChunk) { in handleDebugS()
832 void DebugSHandler::advanceRelocIndex(SectionChunk *sc, in advanceRelocIndex()
889 void DebugSHandler::addUnrelocatedSubsection(SectionChunk *debugChunk, in addUnrelocatedSubsection()
900 void DebugSHandler::addFrameDataSubsection(SectionChunk *debugChunk, in addFrameDataSubsection()
922 void DebugSHandler::finish() { in finish()
1036 DebugSHandler dsh(*this, *source->file, source); in addDebugSymbols()