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/include/llvm/ExecutionEngine/
ExecutionEngine.h
281
///
getPointerToGlobal
- This returns the address of the specified global
283
void *
getPointerToGlobal
(const GlobalValue *GV);
339
return
getPointerToGlobal
((GlobalValue*)GV);
/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
...]
JITDwarfEmitter.cpp
509
JCE->emitInt32(((intptr_t)Jit.
getPointerToGlobal
(Personality)));
512
JCE->emitInt64(((intptr_t)Jit.
getPointerToGlobal
(Personality)));
/external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
253
return unwrap(EE)->
getPointerToGlobal
(unwrap<GlobalValue>(Global));
ExecutionEngine.cpp
505
void *ExecutionEngine::
getPointerToGlobal
(const GlobalValue *GV) {
[
all
...]
/external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
[
all
...]
Completed in 75 milliseconds