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 217 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name];
222 if (!EEState.getGlobalAddressReverseMap().empty()) {
223 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
233 EEState.getGlobalAddressMap().clear();
234 EEState.getGlobalAddressReverseMap().clear();
241 EEState.RemoveMapping(getMangledName(&FI));
243 EEState.RemoveMapping(getMangledName(&GI));
256 EEState.getGlobalAddressMap();
260 return EEState.RemoveMapping(Name);
265 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 104 ExecutionEngineState EEState;

Completed in 69 milliseconds