OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPointerToGlobal
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
505
void *ExecutionEngine::
getPointerToGlobal
(const GlobalValue *GV) {
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
471
void *
getPointerToGlobal
(GlobalValue *GV, void *Reference,
700
void *JITEmitter::
getPointerToGlobal
(GlobalValue *V, void *Reference,
706
return TheJIT->
getPointerToGlobal
(GA->resolveAliasedGlobal(false));
742
void *GVAddress =
getPointerToGlobal
(V, Reference, false);
855
ResultPtr =
getPointerToGlobal
(MR.getGlobalValue(),
[
all
...]
Completed in 164 milliseconds