Searched refs:CurrentFragment (Results 1 – 2 of 2) sorted by relevance
276 std::optional<DIExpression::FragmentInfo> CurrentFragment, in calculateFragment() argument293 if (!CurrentFragment) { in calculateFragment()296 CurrentFragment = DIExpression::FragmentInfo(*Size, 0); in calculateFragment()297 if (Target == CurrentFragment) in calculateFragment()304 if (!CurrentFragment || *CurrentFragment == Target) in calculateFragment()310 if (Target.startInBits() < CurrentFragment->startInBits() || in calculateFragment()311 Target.endInBits() > CurrentFragment->endInBits()) in calculateFragment()408 std::optional<DIExpression::FragmentInfo> CurrentFragment = in migrateDebugInfo() local413 BaseFragment, CurrentFragment, NewFragment); in migrateDebugInfo()417 if (Result == UseFrag && !(NewFragment == CurrentFragment)) { in migrateDebugInfo()[all …]
398 isRightAfterData(MCFragment *CurrentFragment, in isRightAfterData() argument400 MCFragment *F = CurrentFragment; in isRightAfterData()