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

  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 193 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name];
198 if (!EEState.getGlobalAddressReverseMap().empty()) {
199 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
209 EEState.getGlobalAddressMap().clear();
210 EEState.getGlobalAddressReverseMap().clear();
217 EEState.RemoveMapping(getMangledName(FI));
220 EEState.RemoveMapping(getMangledName(GI));
233 EEState.getGlobalAddressMap();
237 return EEState.RemoveMapping(Name);
242 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 101 ExecutionEngineState EEState;

Completed in 75 milliseconds