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

Declarations

include/llvm/CodeGen/MachineModuleInfo.h
   50 class MMIAddrLabelMap;

References

include/llvm/CodeGen/MachineModuleInfo.h
  109   MMIAddrLabelMap *AddrLabelSymbols;
lib/CodeGen/MachineModuleInfo.cpp
   45   MMIAddrLabelMap *Map = nullptr;
   55   void setMap(MMIAddrLabelMap *map) { Map = map; }
  239     AddrLabelSymbols = new MMIAddrLabelMap(Context);