• Home
  • Raw
  • Download

Lines Matching refs:MyInfo

1235                                CompileUnit::DIEInfo &MyInfo,
1241 CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo,
1247 CompileUnit::DIEInfo &MyInfo, unsigned Flags);
1252 CompileUnit::DIEInfo &MyInfo,
2081 CompileUnit::DIEInfo &MyInfo, in shouldKeepVariableDIE() argument
2088 MyInfo.InDebugMap = true; in shouldKeepVariableDIE()
2107 if (!RelocMgr.hasValidRelocation(LocationOffset, LocationEndOffset, MyInfo) || in shouldKeepVariableDIE()
2122 CompileUnit::DIEInfo &MyInfo, unsigned Flags) { in shouldKeepSubprogramDIE() argument
2141 !RelocMgr.hasValidRelocation(LowPcOffset, LowPcEndOffset, MyInfo)) in shouldKeepSubprogramDIE()
2165 Ranges[LowPc] = std::make_pair(HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
2166 Unit.addFunctionRange(LowPc, HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
2175 CompileUnit::DIEInfo &MyInfo, in shouldKeepDIE() argument
2180 return shouldKeepVariableDIE(RelocMgr, DIE, Unit, MyInfo, Flags); in shouldKeepDIE()
2182 return shouldKeepSubprogramDIE(RelocMgr, DIE, Unit, MyInfo, Flags); in shouldKeepDIE()
2204 CompileUnit::DIEInfo &MyInfo, in keepDIEAndDependencies() argument
2208 MyInfo.Keep = true; in keepDIEAndDependencies()
2211 unsigned AncestorIdx = MyInfo.ParentIdx; in keepDIEAndDependencies()
2283 CompileUnit::DIEInfo &MyInfo = CU.getInfo(Idx); in lookForDIEsToKeep() local
2284 bool AlreadyKept = MyInfo.Keep; in lookForDIEsToKeep()
2285 if (MyInfo.Prune) in lookForDIEsToKeep()
2297 Flags = shouldKeepDIE(RelocMgr, Die, CU, MyInfo, Flags); in lookForDIEsToKeep()
2302 keepDIEAndDependencies(RelocMgr, Die, MyInfo, DMO, CU, UseOdr); in lookForDIEsToKeep()