• Home
  • Raw
  • Download

Lines Matching refs:DwarfLinker

1114 class DwarfLinker {  class
1116 DwarfLinker(StringRef OutputFilename, const LinkOptions &Options) in DwarfLinker() function in llvm::dsymutil::__anondabe43b60111::DwarfLinker
1150 DwarfLinker &Linker;
1164 RelocationManager(DwarfLinker &Linker) in RelocationManager()
1264 DwarfLinker &Linker;
1272 DIECloner(DwarfLinker &Linker, RelocationManager &RelocMgr, in DIECloner()
1485 const DwarfLinker &Linker, MutableArrayRef<CompileUnit> Units, in resolveDIEReference()
1715 bool DwarfLinker::DIECloner::getDIENames(const DWARFDebugInfoEntryMinimal &Die, in getDIENames()
1732 void DwarfLinker::reportWarning(const Twine &Warning, const DWARFUnit *Unit, in reportWarning()
1747 bool DwarfLinker::createStreamer(const Triple &TheTriple, in createStreamer()
1843 void DwarfLinker::startDebugObject(DWARFContext &Dwarf, DebugMapObject &Obj) { in startDebugObject()
1868 void DwarfLinker::endDebugObject() { in endDebugObject()
1905 void DwarfLinker::RelocationManager::
1974 bool DwarfLinker::RelocationManager::findValidRelocs( in findValidRelocs()
2000 bool DwarfLinker::RelocationManager::
2021 bool DwarfLinker::RelocationManager::
2078 unsigned DwarfLinker::shouldKeepVariableDIE(RelocationManager &RelocMgr, in shouldKeepVariableDIE()
2119 unsigned DwarfLinker::shouldKeepSubprogramDIE( in shouldKeepSubprogramDIE()
2172 unsigned DwarfLinker::shouldKeepDIE(RelocationManager &RelocMgr, in shouldKeepDIE()
2202 void DwarfLinker::keepDIEAndDependencies(RelocationManager &RelocMgr, in keepDIEAndDependencies()
2278 void DwarfLinker::lookForDIEsToKeep(RelocationManager &RelocMgr, in lookForDIEsToKeep()
2327 void DwarfLinker::AssignAbbrev(DIEAbbrev &Abbrev) { in AssignAbbrev()
2351 unsigned DwarfLinker::DIECloner::cloneStringAttribute(DIE &Die, in cloneStringAttribute()
2363 unsigned DwarfLinker::DIECloner::cloneDieReferenceAttribute( in cloneDieReferenceAttribute()
2434 unsigned DwarfLinker::DIECloner::cloneBlockAttribute(DIE &Die, in cloneBlockAttribute()
2477 unsigned DwarfLinker::DIECloner::cloneAddressAttribute( in cloneAddressAttribute()
2514 unsigned DwarfLinker::DIECloner::cloneScalarAttribute( in cloneScalarAttribute()
2558 unsigned DwarfLinker::DIECloner::cloneAttribute( in cloneAttribute()
2611 bool DwarfLinker::RelocationManager::
2705 DIE *DwarfLinker::DIECloner::cloneDIE( in cloneDIE()
2876 void DwarfLinker::patchRangesForUnit(const CompileUnit &Unit, in patchRangesForUnit()
2925 void DwarfLinker::generateUnitRanges(CompileUnit &Unit) const { in generateUnitRanges()
2979 void DwarfLinker::patchLineTableForUnit(CompileUnit &Unit, in patchLineTableForUnit()
3108 void DwarfLinker::emitAcceleratorEntriesForUnit(CompileUnit &Unit) { in emitAcceleratorEntriesForUnit()
3119 void DwarfLinker::patchFrameInfoForObject(const DebugMapObject &DMO, in patchFrameInfoForObject()
3198 void DwarfLinker::DIECloner::copyAbbrev( in copyAbbrev()
3223 bool DwarfLinker::registerModuleReference( in registerModuleReference()
3274 DwarfLinker::loadObject(BinaryHolder &BinaryHolder, DebugMapObject &Obj, in loadObject()
3288 void DwarfLinker::loadClangModule(StringRef Filename, StringRef ModulePath, in loadClangModule()
3382 void DwarfLinker::DIECloner::cloneAllCompileUnits( in cloneAllCompileUnits()
3421 bool DwarfLinker::link(const DebugMap &Map) { in link()
3551 DwarfLinker Linker(OutputFilename, Options); in linkDwarf()