Home
last modified time | relevance | path

Searched refs:getGlobalAddressReverseMap (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp222 if (!EEState.getGlobalAddressReverseMap().empty()) { in addGlobalMapping()
223 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in addGlobalMapping()
234 EEState.getGlobalAddressReverseMap().clear(); in clearAllGlobalMappings()
265 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()) in updateGlobalMapping()
266 EEState.getGlobalAddressReverseMap().erase(CurVal); in updateGlobalMapping()
270 if (!EEState.getGlobalAddressReverseMap().empty()) { in updateGlobalMapping()
271 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in updateGlobalMapping()
306 if (EEState.getGlobalAddressReverseMap().empty()) { in getGlobalValueAtAddress()
312 EEState.getGlobalAddressReverseMap().insert(std::make_pair( in getGlobalValueAtAddress()
318 EEState.getGlobalAddressReverseMap().find((uint64_t) Addr); in getGlobalValueAtAddress()
[all …]
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h83 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() { in getGlobalAddressReverseMap() function