OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPointerToFunctionOrStub
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/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
340
///
getPointerToFunctionOrStub
- If the specified function has been
347
virtual void *
getPointerToFunctionOrStub
(Function *F) {
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h
294
///
getPointerToFunctionOrStub
- If the specified function has been
298
virtual void *
getPointerToFunctionOrStub
(Function *F) {
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp
802
Result = PTOGV(
getPointerToFunctionOrStub
(const_cast<Function*>(F)));
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
906
Result = PTOGV(
getPointerToFunctionOrStub
(const_cast<Function*>(F)));
[
all
...]
Completed in 111 milliseconds