OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMemoryForGV
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp
768
Ptr =
getMemoryForGV
(GV);
800
///
getMemoryForGV
- This method abstracts memory allocation of global
804
char* JIT::
getMemoryForGV
(const GlobalVariable* GV) {
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
116
char *ExecutionEngine::
getMemoryForGV
(const GlobalVariable *GV) {
[
all
...]
Completed in 316 milliseconds