OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LazyFunctionCreator
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
Intercept.cpp
149
/// If a
LazyFunctionCreator
is installed, use it to get/create the function.
150
if (
LazyFunctionCreator
)
151
if (void *RP =
LazyFunctionCreator
(Name))
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
Intercept.cpp
152
/// If a
LazyFunctionCreator
is installed, use it to get/create the function.
153
if (
LazyFunctionCreator
)
154
if (void *RP =
LazyFunctionCreator
(Name))
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
365
// If a
LazyFunctionCreator
is installed, use it to get/create the function.
367
if (
LazyFunctionCreator
) {
369
reinterpret_cast<uintptr_t>(
LazyFunctionCreator
(Name)));
602
/// If a
LazyFunctionCreator
is installed, use it to get/create the function.
603
if (
LazyFunctionCreator
)
604
if (void *RP =
LazyFunctionCreator
(Name))
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
152
///
LazyFunctionCreator
- If an unknown function is needed, this function
155
FunctionCreator
LazyFunctionCreator
;
480
LazyFunctionCreator
= std::move(C);
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h
147
///
LazyFunctionCreator
- If an unknown function is needed, this function
150
void *(*
LazyFunctionCreator
)(const std::string &);
395
LazyFunctionCreator
= P;
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
82
: DL(M->getDataLayout()),
LazyFunctionCreator
(nullptr) {
87
: DL(std::move(DL)),
LazyFunctionCreator
(nullptr) {
[
all
...]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp
59
LazyFunctionCreator
(0),
[
all
...]
Completed in 873 milliseconds