• Home
  • Raw
  • Download

Lines Matching refs:MyInfo

450                                             CompileUnit::DIEInfo &MyInfo,  in shouldKeepVariableDIE()  argument
457 MyInfo.InDebugMap = true; in shouldKeepVariableDIE()
478 MyInfo) || in shouldKeepVariableDIE()
497 const DWARFFile &File, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, in shouldKeepSubprogramDIE() argument
516 !RelocMgr.hasValidRelocationAt(LowPcOffset, LowPcEndOffset, MyInfo)) in shouldKeepSubprogramDIE()
537 Unit.addLabelLowPc(*LowPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
551 Ranges[*LowPc] = ObjFileAddressRange(*HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
552 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
561 CompileUnit::DIEInfo &MyInfo, in shouldKeepDIE() argument
566 return shouldKeepVariableDIE(RelocMgr, DIE, Unit, MyInfo, Flags); in shouldKeepDIE()
569 return shouldKeepSubprogramDIE(RelocMgr, Ranges, DIE, File, Unit, MyInfo, in shouldKeepDIE()
599 CompileUnit::DIEInfo &MyInfo = CU.getInfo(Die); in updateChildIncompleteness() local
602 MyInfo.Incomplete = true; in updateChildIncompleteness()
621 CompileUnit::DIEInfo &MyInfo = CU.getInfo(Die); in updateRefIncompleteness() local
623 if (MyInfo.Incomplete) in updateRefIncompleteness()
627 MyInfo.Incomplete = true; in updateRefIncompleteness()
806 CompileUnit::DIEInfo &MyInfo = Current.CU.getInfo(Idx); in lookForDIEsToKeep() local
808 if (MyInfo.Prune) in lookForDIEsToKeep()
813 bool AlreadyKept = MyInfo.Keep; in lookForDIEsToKeep()
821 Current.CU, MyInfo, Current.Flags); in lookForDIEsToKeep()
834 MyInfo.Keep = true; in lookForDIEsToKeep()
837 MyInfo.Incomplete = in lookForDIEsToKeep()
854 Worklist.emplace_back(MyInfo.ParentIdx, Current.CU, ParFlags); in lookForDIEsToKeep()