OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrEmitGlobalVariable
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.h
151
///
getOrEmitGlobalVariable
- Return the address of the specified global
154
void *
getOrEmitGlobalVariable
(const GlobalVariable *GV);
JITDwarfEmitter.cpp
458
JCE->emitInt32((intptr_t)Jit.
getOrEmitGlobalVariable
(GV));
460
JCE->emitInt64((intptr_t)Jit.
getOrEmitGlobalVariable
(GV));
JIT.cpp
717
///
getOrEmitGlobalVariable
- Return the address of the specified global
720
void *JIT::
getOrEmitGlobalVariable
(const GlobalVariable *GV) {
JITEmitter.cpp
704
return TheJIT->
getOrEmitGlobalVariable
(GV);
[
all
...]
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
384
///
getOrEmitGlobalVariable
- Return the address of the specified global
390
virtual void *
getOrEmitGlobalVariable
(const GlobalVariable *GV) {
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h
332
///
getOrEmitGlobalVariable
- Return the address of the specified global
335
virtual void *
getOrEmitGlobalVariable
(const GlobalVariable *GV) {
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp
804
Result = PTOGV(
getOrEmitGlobalVariable
(const_cast<GlobalVariable*>(GV)));
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
[
all
...]
Completed in 459 milliseconds