Lines Matching refs:DwarfLinker
1112 class DwarfLinker { class
1114 DwarfLinker(StringRef OutputFilename, const LinkOptions &Options) in DwarfLinker() function in llvm::dsymutil::__anon1f629b1b0111::DwarfLinker
1148 DwarfLinker &Linker;
1162 RelocationManager(DwarfLinker &Linker) in RelocationManager()
1262 DwarfLinker &Linker;
1270 DIECloner(DwarfLinker &Linker, RelocationManager &RelocMgr, in DIECloner()
1480 const DwarfLinker &Linker, MutableArrayRef<CompileUnit> Units, in resolveDIEReference()
1709 bool DwarfLinker::DIECloner::getDIENames(const DWARFDebugInfoEntryMinimal &Die, in getDIENames()
1726 void DwarfLinker::reportWarning(const Twine &Warning, const DWARFUnit *Unit, in reportWarning()
1741 bool DwarfLinker::createStreamer(Triple TheTriple, StringRef OutputFilename) { in createStreamer()
1836 void DwarfLinker::startDebugObject(DWARFContext &Dwarf, DebugMapObject &Obj) { in startDebugObject()
1861 void DwarfLinker::endDebugObject() { in endDebugObject()
1878 void DwarfLinker::RelocationManager::
1919 bool DwarfLinker::RelocationManager::findValidRelocs( in findValidRelocs()
1945 bool DwarfLinker::RelocationManager::
1966 bool DwarfLinker::RelocationManager::
2021 unsigned DwarfLinker::shouldKeepVariableDIE(RelocationManager &RelocMgr, in shouldKeepVariableDIE()
2062 unsigned DwarfLinker::shouldKeepSubprogramDIE( in shouldKeepSubprogramDIE()
2115 unsigned DwarfLinker::shouldKeepDIE(RelocationManager &RelocMgr, in shouldKeepDIE()
2145 void DwarfLinker::keepDIEAndDependencies(RelocationManager &RelocMgr, in keepDIEAndDependencies()
2221 void DwarfLinker::lookForDIEsToKeep(RelocationManager &RelocMgr, in lookForDIEsToKeep()
2270 void DwarfLinker::AssignAbbrev(DIEAbbrev &Abbrev) { in AssignAbbrev()
2294 unsigned DwarfLinker::DIECloner::cloneStringAttribute(DIE &Die, in cloneStringAttribute()
2306 unsigned DwarfLinker::DIECloner::cloneDieReferenceAttribute( in cloneDieReferenceAttribute()
2377 unsigned DwarfLinker::DIECloner::cloneBlockAttribute(DIE &Die, in cloneBlockAttribute()
2420 unsigned DwarfLinker::DIECloner::cloneAddressAttribute( in cloneAddressAttribute()
2457 unsigned DwarfLinker::DIECloner::cloneScalarAttribute( in cloneScalarAttribute()
2501 unsigned DwarfLinker::DIECloner::cloneAttribute( in cloneAttribute()
2554 bool DwarfLinker::RelocationManager::
2648 DIE *DwarfLinker::DIECloner::cloneDIE( in cloneDIE()
2819 void DwarfLinker::patchRangesForUnit(const CompileUnit &Unit, in patchRangesForUnit()
2868 void DwarfLinker::generateUnitRanges(CompileUnit &Unit) const { in generateUnitRanges()
2922 void DwarfLinker::patchLineTableForUnit(CompileUnit &Unit, in patchLineTableForUnit()
3051 void DwarfLinker::emitAcceleratorEntriesForUnit(CompileUnit &Unit) { in emitAcceleratorEntriesForUnit()
3062 void DwarfLinker::patchFrameInfoForObject(const DebugMapObject &DMO, in patchFrameInfoForObject()
3141 void DwarfLinker::DIECloner::copyAbbrev( in copyAbbrev()
3166 bool DwarfLinker::registerModuleReference( in registerModuleReference()
3214 DwarfLinker::loadObject(BinaryHolder &BinaryHolder, DebugMapObject &Obj, in loadObject()
3228 void DwarfLinker::loadClangModule(StringRef Filename, StringRef ModulePath, in loadClangModule()
3284 void DwarfLinker::DIECloner::cloneAllCompileUnits( in cloneAllCompileUnits()
3323 bool DwarfLinker::link(const DebugMap &Map) { in link()
3453 DwarfLinker Linker(OutputFilename, Options); in linkDwarf()