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

Declarations

include/llvm/MC/MCCodePadder.h
  166   uint64_t computeWindowEndAddress(const MCPaddingFragment *Fragment,

References

lib/MC/MCCodePadder.cpp
  302         computeWindowEndAddress(Fragment, Offset, Layout);
  305             computeWindowEndAddress(*CurrWindowLocation->begin(), Offset,
  334       computeWindowEndAddress(*Window.begin(), Offset, Layout);
  348         computeWindowEndAddress(PaddingNopFragment, Offset, Layout))