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 66 : EEState(*this),
173 void *&CurVal = EEState.getGlobalAddressMap()[GV];
178 if (!EEState.getGlobalAddressReverseMap().empty()) {
180 EEState.getGlobalAddressReverseMap()[Addr];
189 EEState.getGlobalAddressMap().clear();
190 EEState.getGlobalAddressReverseMap().clear();
197 EEState.RemoveMapping(FI);
200 EEState.RemoveMapping(GI);
207 EEState.getGlobalAddressMap();
211 return EEState.RemoveMapping(GV)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 111 ExecutionEngineState EEState;

Completed in 97 milliseconds