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 198 if (!EEState.getGlobalAddressReverseMap().empty()) {
199 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
210 EEState.getGlobalAddressReverseMap().clear();
242 if (CurVal && !EEState.getGlobalAddressReverseMap().empty())
243 EEState.getGlobalAddressReverseMap().erase(CurVal);
247 if (!EEState.getGlobalAddressReverseMap().empty()) {
248 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
283 if (EEState.getGlobalAddressReverseMap().empty()) {
289 EEState.getGlobalAddressReverseMap().insert(std::make_pair(
295 EEState.getGlobalAddressReverseMap().find((uint64_t) Addr)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 82 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() {

Completed in 2283 milliseconds