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

References

lib/ExecutionEngine/ExecutionEngine.cpp
  217   uint64_t &CurVal = EEState.getGlobalAddressMap()[Name];
  233   EEState.getGlobalAddressMap().clear();
  254     EEState.getGlobalAddressMap();
  281     EEState.getGlobalAddressMap().find(S);
  282   if (I != EEState.getGlobalAddressMap().end())
  306            I = EEState.getGlobalAddressMap().begin(),
  307            E = EEState.getGlobalAddressMap().end(); I != E; ++I) {