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

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 158 /// LazyFunctionCreator - If an unknown function is needed, this function
161 void *(*LazyFunctionCreator)(const std::string &);
543 LazyFunctionCreator = P;
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 578 /// If a LazyFunctionCreator is installed, use it to get/create the function.
579 if (LazyFunctionCreator)
580 if (void *RP = LazyFunctionCreator(Name))
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 540 /// If a LazyFunctionCreator is installed, use it to get/create the function.
541 if (LazyFunctionCreator)
542 if (void *RP = LazyFunctionCreator(Name))
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 67 LazyFunctionCreator(nullptr) {
    [all...]

Completed in 130 milliseconds