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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 341 // If a LazyFunctionCreator is installed, use it to get/create the function.
343 if (LazyFunctionCreator) {
345 reinterpret_cast<uintptr_t>(LazyFunctionCreator(Name)));
553 /// If a LazyFunctionCreator is installed, use it to get/create the function.
554 if (LazyFunctionCreator)
555 if (void *RP = LazyFunctionCreator(Name))
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 147 /// LazyFunctionCreator - If an unknown function is needed, this function
150 void *(*LazyFunctionCreator)(const std::string &);
469 LazyFunctionCreator = P;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 65 : LazyFunctionCreator(nullptr) {
    [all...]

Completed in 60 milliseconds