OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMemoryForGV
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JIT.h
219
///
getMemoryforGV
- Allocate memory for a global variable.
220
virtual char*
getMemoryForGV
(const GlobalVariable* GV);
JIT.cpp
768
Ptr =
getMemoryForGV
(GV);
800
///
getMemoryForGV
- This method abstracts memory allocation of global
804
char* JIT::
getMemoryForGV
(const GlobalVariable* GV) {
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
131
///
getMemoryforGV
- Allocate memory for a global variable.
132
virtual char *
getMemoryForGV
(const GlobalVariable *GV);
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
116
char *ExecutionEngine::
getMemoryForGV
(const GlobalVariable *GV) {
[
all
...]
Completed in 140 milliseconds