OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrEmitGlobalVariable
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JIT.h
151
///
getOrEmitGlobalVariable
- Return the address of the specified global
154
void *
getOrEmitGlobalVariable
(const GlobalVariable *GV) override;
JIT.cpp
591
///
getOrEmitGlobalVariable
- Return the address of the specified global
594
void *JIT::
getOrEmitGlobalVariable
(const GlobalVariable *GV) {
JITEmitter.cpp
690
return TheJIT->
getOrEmitGlobalVariable
(GV);
[
all
...]
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
442
///
getOrEmitGlobalVariable
- Return the address of the specified global
448
virtual void *
getOrEmitGlobalVariable
(const GlobalVariable *GV) {
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
892
Result = PTOGV(
getOrEmitGlobalVariable
(const_cast<GlobalVariable*>(GV)));
[
all
...]
Completed in 104 milliseconds