Searched refs:CurrentFragment (Results 1 – 2 of 2) sorted by relevance
272 std::optional<DIExpression::FragmentInfo> CurrentFragment, in calculateFragment() argument289 if (!CurrentFragment) { in calculateFragment()292 CurrentFragment = DIExpression::FragmentInfo(*Size, 0); in calculateFragment()293 if (Target == CurrentFragment) in calculateFragment()300 if (!CurrentFragment || *CurrentFragment == Target) in calculateFragment()306 if (Target.startInBits() < CurrentFragment->startInBits() || in calculateFragment()307 Target.endInBits() > CurrentFragment->endInBits()) in calculateFragment()404 std::optional<DIExpression::FragmentInfo> CurrentFragment = in migrateDebugInfo() local409 BaseFragment, CurrentFragment, NewFragment); in migrateDebugInfo()413 if (Result == UseFrag && !(NewFragment == CurrentFragment)) { in migrateDebugInfo()[all …]
406 isRightAfterData(MCFragment *CurrentFragment, in isRightAfterData() argument408 MCFragment *F = CurrentFragment; in isRightAfterData()