HomeSort by relevance Sort by last modified time
    Searched refs:getGlobalAddressReverseMap (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 222 if (!EEState.getGlobalAddressReverseMap().empty()) {
223 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
234 EEState.getGlobalAddressReverseMap().clear();
265 if (CurVal && !EEState.getGlobalAddressReverseMap().empty())
266 EEState.getGlobalAddressReverseMap().erase(CurVal);
270 if (!EEState.getGlobalAddressReverseMap().empty()) {
271 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
306 if (EEState.getGlobalAddressReverseMap().empty()) {
312 EEState.getGlobalAddressReverseMap().insert(std::make_pair(
318 EEState.getGlobalAddressReverseMap().find((uint64_t) Addr)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 83 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() {

Completed in 49 milliseconds