OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMemoryForGV
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.h
220
///
getMemoryforGV
- Allocate memory for a global variable.
221
virtual char*
getMemoryForGV
(const GlobalVariable* GV);
JIT.cpp
741
Ptr =
getMemoryForGV
(GV);
773
///
getMemoryForGV
- This method abstracts memory allocation of global
777
char* JIT::
getMemoryForGV
(const GlobalVariable* GV) {
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
133
///
getMemoryforGV
- Allocate memory for a global variable.
134
virtual char *
getMemoryForGV
(const GlobalVariable *GV);
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h
125
///
getMemoryforGV
- Allocate memory for a global variable.
126
virtual char *
getMemoryForGV
(const GlobalVariable *GV);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp
116
char *ExecutionEngine::
getMemoryForGV
(const GlobalVariable *GV) {
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
124
char *ExecutionEngine::
getMemoryForGV
(const GlobalVariable *GV) {
[
all
...]
Completed in 835 milliseconds