Home
last modified time | relevance | path

Searched refs:eeIt (Results 1 – 3 of 3) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp784 std::map<Module*, ExecutionEngine*>::iterator eeIt = EngineMap.find(*it); in getPointerToFunction() local
785 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() local
866 if (eeIt != EngineMap.end()) { in getPointerToNamedFunction()
867 void *P = eeIt->second->getPointerToFunction(F); in getPointerToNamedFunction()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1007 std::map<Module*, ExecutionEngine*>::iterator eeIt = EngineMap.find(*it); in getPointerToFunction() local
1008 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() local
1040 if (eeIt != EngineMap.end()) { in getPointerToNamedFunction()
1041 void *P = eeIt->second->getPointerToFunction(F); in getPointerToNamedFunction()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp873 std::map<Module*, ExecutionEngine*>::iterator eeIt = EngineMap.find(*it); in getPointerToFunction() local
874 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() local
964 if (eeIt != EngineMap.end()) { in getPointerToNamedFunction()
965 void *P = eeIt->second->getPointerToFunction(F); in getPointerToNamedFunction()