Searched defs:EES (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1140 ExecutionEngineState::AddressMapConfig::getMutex(ExecutionEngineState *EES) { argument
1141 return &EES->EE.lock;
1144 void ExecutionEngineState::AddressMapConfig::onDelete(ExecutionEngineState *EES, argument
1146 void *OldVal = EES->GlobalAddressMap.lookup(Old);
1147 EES->GlobalAddressReverseMap.erase(OldVal);

Completed in 142 milliseconds