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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp84 class DebugSHandler;
87 friend DebugSHandler;
201 class DebugSHandler { class in namespace:lld::coff::__anon1105
242 DebugSHandler(PDBLinker &linker, ObjFile &file, const CVIndexMap &indexMap) function in class:lld::coff::__anon1105::DebugSHandler
1030 void DebugSHandler::handleDebugS(lld::coff::SectionChunk &debugS) {
1118 DebugSHandler::mergeInlineeLines(DebugChecksumsSubsection *newChecksums) {
1152 void DebugSHandler::finish() {
1232 DebugSHandler dsh(*this, *file, *indexMapResult);

Completed in 84 milliseconds