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()
269 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj, in loadObject()
392 void DwarfLinkerForBinary::collectRelocationsToApplyToSwiftReflectionSections( in collectRelocationsToApplyToSwiftReflectionSections()
494 void DwarfLinkerForBinary::copySwiftReflectionMetadata( in copySwiftReflectionMetadata()
552 bool DwarfLinkerForBinary::link(const DebugMap &Map) { in link()
746 void DwarfLinkerForBinary::AddressManager::findValidRelocsMachO( in findValidRelocsMachO()
823 bool DwarfLinkerForBinary::AddressManager::findValidRelocs( in findValidRelocs()
848 bool DwarfLinkerForBinary::AddressManager::findValidRelocsInDebugSections( in findValidRelocsInDebugSections()
870 std::vector<DwarfLinkerForBinary::AddressManager::ValidReloc>
871 DwarfLinkerForBinary::AddressManager::getRelocations( in getRelocations()
873 std::vector<DwarfLinkerForBinary::AddressManager::ValidReloc> Res; in getRelocations()
888 void DwarfLinkerForBinary::AddressManager::printReloc(const ValidReloc &Reloc) { in printReloc()
899 void DwarfLinkerForBinary::AddressManager::fillDieInfo( in fillDieInfo()
907 bool DwarfLinkerForBinary::AddressManager::hasValidRelocationAt( in hasValidRelocationAt()
944 bool DwarfLinkerForBinary::AddressManager::isLiveVariable( in isLiveVariable()
963 bool DwarfLinkerForBinary::AddressManager::isLiveSubprogram( in isLiveSubprogram()
999 DwarfLinkerForBinary::AddressManager::relocate(const ValidReloc &Reloc) const { in relocate()
1011 bool DwarfLinkerForBinary::AddressManager::applyValidRelocs( in applyValidRelocs()
1033 DwarfLinkerForBinary::AddressManager::relocateIndexedAddr(uint64_t StartOffset, in relocateIndexedAddr()
1047 DwarfLinkerForBinary Linker(OutFile, BinHolder, std::move(Options)); in linkDwarf()