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 58 : EEState(*this),
165 void *&CurVal = EEState.getGlobalAddressMap(locked)[GV];
170 if (!EEState.getGlobalAddressReverseMap(locked).empty()) {
172 EEState.getGlobalAddressReverseMap(locked)[Addr];
181 EEState.getGlobalAddressMap(locked).clear();
182 EEState.getGlobalAddressReverseMap(locked).clear();
189 EEState.RemoveMapping(locked, FI);
192 EEState.RemoveMapping(locked, GI);
199 EEState.getGlobalAddressMap(locked);
203 return EEState.RemoveMapping(locked, GV)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 107 ExecutionEngineState EEState;

Completed in 61 milliseconds