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

Declarations

tools/llvm-readobj/ARMWinEHPrinter.h
   19 class RuntimeFunction;

References

include/llvm/Support/ARMWinEH.h
  185 inline bool PrologueFolding(const RuntimeFunction &RF) {
  190 inline bool EpilogueFolding(const RuntimeFunction &RF) {
  196 inline uint16_t StackAdjustment(const RuntimeFunction &RF) {
  205 std::pair<uint16_t, uint32_t> SavedRegisterMask(const RuntimeFunction &RF);
lib/Support/ARMWinEH.cpp
   15 std::pair<uint16_t, uint32_t> SavedRegisterMask(const RuntimeFunction &RF) {
tools/llvm-readobj/ARMWinEHPrinter.cpp
  116 const size_t Decoder::PDataEntrySize = sizeof(RuntimeFunction);
  922                                 unsigned Index, const RuntimeFunction &RF) {
 1013                               unsigned Index, const RuntimeFunction &RF) {
 1069   const RuntimeFunction Entry(Data);
tools/llvm-readobj/ARMWinEHPrinter.h
  145                          unsigned Index, const RuntimeFunction &Entry);
  148                        unsigned Index, const RuntimeFunction &Entry);