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
615
Ptr =
getMemoryForGV
(GV);
647
///
getMemoryForGV
- This method abstracts memory allocation of global
651
char* JIT::
getMemoryForGV
(const GlobalVariable* GV) {
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
121
char *ExecutionEngine::
getMemoryForGV
(const GlobalVariable *GV) {
[
all
...]
Completed in 1754 milliseconds