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];
  222   if (!EEState.getGlobalAddressReverseMap().empty()) {
  223     std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
  233   EEState.getGlobalAddressMap().clear();
  234   EEState.getGlobalAddressReverseMap().clear();
  241     EEState.RemoveMapping(getMangledName(&GO));
  254     EEState.getGlobalAddressMap();
  258     return EEState.RemoveMapping(Name);
  263   if (CurVal && !EEState.getGlobalAddressReverseMap().empty())
  264     EEState.getGlobalAddressReverseMap().erase(CurVal);
  268   if (!EEState.getGlobalAddressReverseMap().empty()) {
  269     std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
  281     EEState.getGlobalAddressMap().find(S);
  282   if (I != EEState.getGlobalAddressMap().end())
  304   if (EEState.getGlobalAddressReverseMap().empty()) {
  306            I = EEState.getGlobalAddressMap().begin(),
  307            E = EEState.getGlobalAddressMap().end(); I != E; ++I) {
  310       EEState.getGlobalAddressReverseMap().insert(std::make_pair(
  316     EEState.getGlobalAddressReverseMap().find((uint64_t) Addr);
  318   if (I != EEState.getGlobalAddressReverseMap().end()) {