Searched refs:getMemoryForGV (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h220 virtual char* getMemoryForGV(const GlobalVariable* GV);
H A DJIT.cpp768 Ptr = getMemoryForGV(GV);
800 /// getMemoryForGV - This method abstracts memory allocation of global
804 char* JIT::getMemoryForGV(const GlobalVariable* GV) { function in class:JIT
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h129 virtual char *getMemoryForGV(const GlobalVariable *GV);
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp115 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { function in class:ExecutionEngine
1077 addGlobalMapping(I, getMemoryForGV(I));
1129 GA = getMemoryForGV(GV);

Completed in 366 milliseconds