Searched refs:getGlobalAddressMap (Results 1 – 2 of 2) sorted by relevance
213 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()229 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()250 EEState.getGlobalAddressMap(); in updateGlobalMapping()277 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()278 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()302 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()303 E = EEState.getGlobalAddressMap().end(); I != E; ++I) { in getGlobalValueAtAddress()
81 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function