Searched refs:getGlobalAddressMap (Results 1 – 2 of 2) sorted by relevance
217 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()233 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()254 EEState.getGlobalAddressMap(); in updateGlobalMapping()281 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()282 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()306 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()307 E = EEState.getGlobalAddressMap().end(); I != E; ++I) { in getGlobalValueAtAddress()
81 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function