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 57 : EEState(*this),
164 void *&CurVal = EEState.getGlobalAddressMap(locked)[GV];
169 if (!EEState.getGlobalAddressReverseMap(locked).empty()) {
171 EEState.getGlobalAddressReverseMap(locked)[Addr];
180 EEState.getGlobalAddressMap(locked).clear();
181 EEState.getGlobalAddressReverseMap(locked).clear();
188 EEState.RemoveMapping(locked, FI);
191 EEState.RemoveMapping(locked, GI);
198 EEState.getGlobalAddressMap(locked);
202 return EEState.RemoveMapping(locked, GV)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 104 ExecutionEngineState EEState;

Completed in 52 milliseconds