reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCCodePadder.cpp
   35   assert(this->OS == nullptr && "Still handling another basic block");
   36   this->OS = OS;
   69   assert(this->OS != nullptr && "Not handling a basic block");
   70   OS = nullptr;
   74   if (!OS)
   83           OS->getCurrentFragment()->getKind() != MCFragment::FT_Align) &&
   98   MCFragment *CurrFragment = OS->getCurrentFragment();
  109     CurrHandledInstFragment = OS->getOrCreatePaddingFragment();
  118   if (!OS)
  123   MCFragment *InstFragment = OS->getCurrentFragment();