Searched refs:eeIt (Results 1 – 3 of 3) sorted by relevance
784 std::map<Module*, ExecutionEngine*>::iterator eeIt = EngineMap.find(*it); in getPointerToFunction() local785 if (eeIt != EngineMap.end()) { in getPointerToFunction()786 void *P = eeIt->second->getPointerToFunction(F); in getPointerToFunction()865 std::map<Module*, ExecutionEngine*>::iterator eeIt = EngineMap.find(*it); in getPointerToNamedFunction() local866 if (eeIt != EngineMap.end()) { in getPointerToNamedFunction()867 void *P = eeIt->second->getPointerToFunction(F); in getPointerToNamedFunction()
1007 std::map<Module*, ExecutionEngine*>::iterator eeIt = EngineMap.find(*it); in getPointerToFunction() local1008 if (eeIt != EngineMap.end()) { in getPointerToFunction()1009 void *P = eeIt->second->getPointerToFunction(F); in getPointerToFunction()1039 std::map<Module*, ExecutionEngine*>::iterator eeIt = EngineMap.find(*it); in getPointerToNamedFunction() local1040 if (eeIt != EngineMap.end()) { in getPointerToNamedFunction()1041 void *P = eeIt->second->getPointerToFunction(F); in getPointerToNamedFunction()
873 std::map<Module*, ExecutionEngine*>::iterator eeIt = EngineMap.find(*it); in getPointerToFunction() local874 if (eeIt != EngineMap.end()) { in getPointerToFunction()875 void *P = eeIt->second->getPointerToFunction(F); in getPointerToFunction()963 std::map<Module*, ExecutionEngine*>::iterator eeIt = EngineMap.find(*it); in getPointerToNamedFunction() local964 if (eeIt != EngineMap.end()) { in getPointerToNamedFunction()965 void *P = eeIt->second->getPointerToFunction(F); in getPointerToNamedFunction()