OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPointerToFunctionOrStub
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JIT.h
156
///
getPointerToFunctionOrStub
- If the specified function has been
160
void *
getPointerToFunctionOrStub
(Function *F);
JITEmitter.cpp
[
all
...]
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
315
///
getPointerToFunctionOrStub
- If the specified function has been
319
virtual void *
getPointerToFunctionOrStub
(Function *F) {
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
811
Result = PTOGV(
getPointerToFunctionOrStub
(const_cast<Function*>(F)));
[
all
...]
Completed in 689 milliseconds