OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LazyFunctionCreator
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
Intercept.cpp
151
/// If a
LazyFunctionCreator
is installed, use it to get/create the function.
152
if (
LazyFunctionCreator
)
153
if (void *RP =
LazyFunctionCreator
(Name))
/external/llvm/lib/ExecutionEngine/MCJIT/
Intercept.cpp
151
/// If a
LazyFunctionCreator
is installed, use it to get/create the function.
152
if (
LazyFunctionCreator
)
153
if (void *RP =
LazyFunctionCreator
(Name))
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
150
///
LazyFunctionCreator
- If an unknown function is needed, this function
153
void *(*
LazyFunctionCreator
)(const std::string &);
398
LazyFunctionCreator
= P;
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
59
LazyFunctionCreator
(0),
[
all
...]
Completed in 521 milliseconds