Lines Matching refs:DwarfLinkerForBinary
147 void DwarfLinkerForBinary::reportWarning(const Twine &Warning, in reportWarning()
164 bool DwarfLinkerForBinary::createStreamer(const Triple &TheTriple, in createStreamer()
181 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj, in loadObject()
206 DwarfLinkerForBinary &Linker, in remarksErrorHandler()
266 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj, in loadObject()
295 bool DwarfLinkerForBinary::link(const DebugMap &Map) { in link()
489 void DwarfLinkerForBinary::AddressManager::findValidRelocsMachO( in findValidRelocsMachO()
564 bool DwarfLinkerForBinary::AddressManager::findValidRelocs( in findValidRelocs()
590 bool DwarfLinkerForBinary::AddressManager::findValidRelocsInDebugInfo( in findValidRelocsInDebugInfo()
614 bool DwarfLinkerForBinary::AddressManager::hasValidRelocationAt( in hasValidRelocationAt()
660 bool DwarfLinkerForBinary::AddressManager::applyValidRelocs( in applyValidRelocs()
699 DwarfLinkerForBinary Linker(OutFile, BinHolder, std::move(Options)); in linkDwarf()