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