OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPointerToGlobal
(Results
1 - 6
of
6
) sorted by null
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp
49
void *globalPtr = TheJIT->
getPointerToGlobal
(Global);
111
// FIXME: This case fails due to a bug with
getPointerToGlobal
().
112
// The bug is due to MCJIT not having an implementation of
getPointerToGlobal
()
117
// JITted code) are not propagated. Instead,
getPointerToGlobal
() should return
133
void *gvPtr = TheJIT->
getPointerToGlobal
(GV);
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
312
///
getPointerToGlobal
- This returns the address of the specified global
314
void *
getPointerToGlobal
(const GlobalValue *GV);
370
return
getPointerToGlobal
((const GlobalValue *)GV);
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
456
void *
getPointerToGlobal
(GlobalValue *GV, void *Reference,
686
void *JITEmitter::
getPointerToGlobal
(GlobalValue *V, void *Reference,
692
return TheJIT->
getPointerToGlobal
(GA->resolveAliasedGlobal(false));
728
void *GVAddress =
getPointerToGlobal
(V, Reference, false);
841
ResultPtr =
getPointerToGlobal
(MR.getGlobalValue(),
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
334
return unwrap(EE)->
getPointerToGlobal
(unwrap<GlobalValue>(Global));
ExecutionEngine.cpp
524
void *ExecutionEngine::
getPointerToGlobal
(const GlobalValue *GV) {
[
all
...]
/external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
[
all
...]
Completed in 1089 milliseconds