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

Declarations

include/llvm/CodeGen/MachineFunction.h
  862   void tidyLandingPads(DenseMap<MCSymbol *, uintptr_t> *LPMap = nullptr,

References

lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
   44     NonConstMF->tidyLandingPads();
lib/CodeGen/AsmPrinter/WasmException.cpp
   40     NonConstMF->tidyLandingPads(nullptr, /* TidyIfNoBeginLabels */ false);
lib/CodeGen/AsmPrinter/WinException.cpp
  134     NonConstMF->tidyLandingPads();