HomeSort by relevance Sort by last modified time
    Searched refs:LazyFunctionCreator (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 296 /// If a LazyFunctionCreator is installed, use it to get/create the function.
297 if (LazyFunctionCreator)
298 if (void *RP = LazyFunctionCreator(Name))
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 148 /// LazyFunctionCreator - If an unknown function is needed, this function
151 void *(*LazyFunctionCreator)(const std::string &);
423 LazyFunctionCreator = P;
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 731 /// If a LazyFunctionCreator is installed, use it to get/create the function.
732 if (LazyFunctionCreator)
733 if (void *RP = LazyFunctionCreator(Name))
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 58 LazyFunctionCreator(0),
    [all...]

Completed in 98 milliseconds