Lines Matching refs:DwarfLinker
977 class DwarfLinker { class
979 DwarfLinker(StringRef OutputFilename, const LinkOptions &Options) in DwarfLinker() function in llvm::dsymutil::__anon5c7ea04f0111::DwarfLinker
983 ~DwarfLinker() { in ~DwarfLinker()
1232 CompileUnit *DwarfLinker::getUnitForOffset(unsigned Offset) { in getUnitForOffset()
1245 const DWARFDebugInfoEntryMinimal *DwarfLinker::resolveDIEReference( in resolveDIEReference()
1263 bool DwarfLinker::getDIENames(const DWARFDebugInfoEntryMinimal &Die, in getDIENames()
1279 void DwarfLinker::reportWarning(const Twine &Warning, const DWARFUnit *Unit, in reportWarning()
1294 bool DwarfLinker::createStreamer(Triple TheTriple, StringRef OutputFilename) { in createStreamer()
1330 void DwarfLinker::startDebugObject(DWARFContext &Dwarf, DebugMapObject &Obj) { in startDebugObject()
1356 void DwarfLinker::endDebugObject() { in endDebugObject()
1374 void DwarfLinker::findValidRelocsMachO(const object::SectionRef &Section, in findValidRelocsMachO()
1414 bool DwarfLinker::findValidRelocs(const object::SectionRef &Section, in findValidRelocs()
1439 bool DwarfLinker::findValidRelocsInDebugInfo(const object::ObjectFile &Obj, in findValidRelocsInDebugInfo()
1459 bool DwarfLinker::hasValidRelocation(uint32_t StartOffset, uint32_t EndOffset, in hasValidRelocation()
1513 unsigned DwarfLinker::shouldKeepVariableDIE( in shouldKeepVariableDIE()
1552 unsigned DwarfLinker::shouldKeepSubprogramDIE( in shouldKeepSubprogramDIE()
1604 unsigned DwarfLinker::shouldKeepDIE(const DWARFDebugInfoEntryMinimal &DIE, in shouldKeepDIE()
1633 void DwarfLinker::keepDIEAndDenpendencies(const DWARFDebugInfoEntryMinimal &DIE, in keepDIEAndDenpendencies()
1683 void DwarfLinker::lookForDIEsToKeep(const DWARFDebugInfoEntryMinimal &DIE, in lookForDIEsToKeep()
1728 void DwarfLinker::AssignAbbrev(DIEAbbrev &Abbrev) { in AssignAbbrev()
1755 unsigned DwarfLinker::cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec, in cloneStringAttribute()
1769 unsigned DwarfLinker::cloneDieReferenceAttribute( in cloneDieReferenceAttribute()
1829 unsigned DwarfLinker::cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec, in cloneBlockAttribute()
1866 unsigned DwarfLinker::cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec, in cloneAddressAttribute()
1902 unsigned DwarfLinker::cloneScalarAttribute( in cloneScalarAttribute()
1944 unsigned DwarfLinker::cloneAttribute(DIE &Die, in cloneAttribute()
1998 bool DwarfLinker::applyValidRelocs(MutableArrayRef<char> Data, in applyValidRelocs()
2074 DIE *DwarfLinker::cloneDIE(const DWARFDebugInfoEntryMinimal &InputDIE, in cloneDIE()
2196 void DwarfLinker::patchRangesForUnit(const CompileUnit &Unit, in patchRangesForUnit()
2242 void DwarfLinker::generateUnitRanges(CompileUnit &Unit) const { in generateUnitRanges()
2286 void DwarfLinker::patchLineTableForUnit(CompileUnit &Unit, in patchLineTableForUnit()
2419 void DwarfLinker::emitAcceleratorEntriesForUnit(CompileUnit &Unit) { in emitAcceleratorEntriesForUnit()
2424 bool DwarfLinker::link(const DebugMap &Map) { in link()
2537 DwarfLinker Linker(OutputFilename, Options); in linkDwarf()