Searched refs:DIECloner (Results 1 – 4 of 4) sorted by relevance
153 bool DWARFLinker::DIECloner::getDIENames(const DWARFDie &Die, in getDIENames()1034 unsigned DWARFLinker::DIECloner::cloneStringAttribute(DIE &Die, in cloneStringAttribute()1079 unsigned DWARFLinker::DIECloner::cloneDieReferenceAttribute( in cloneDieReferenceAttribute()1156 void DWARFLinker::DIECloner::cloneExpression( in cloneExpression()1278 unsigned DWARFLinker::DIECloner::cloneBlockAttribute( in cloneBlockAttribute()1344 unsigned DWARFLinker::DIECloner::cloneAddressAttribute( in cloneAddressAttribute()1409 unsigned DWARFLinker::DIECloner::cloneScalarAttribute( in cloneScalarAttribute()1579 unsigned DWARFLinker::DIECloner::cloneAttribute( in cloneAttribute()1641 void DWARFLinker::DIECloner::addObjCAccelerator(CompileUnit &Unit, in addObjCAccelerator()1697 DIE *DWARFLinker::DIECloner::cloneDIE(const DWARFDie &InputDIE, in cloneDIE()[all …]
547 class DIECloner {568 DIECloner(DWARFLinker &Linker, DwarfEmitter *Emitter, DWARFFile &ObjFile, in DIECloner() function