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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJIT.h221 virtual char* getMemoryForGV(const GlobalVariable* GV);
H A DJIT.cpp741 Ptr = getMemoryForGV(GV);
773 /// getMemoryForGV - This method abstracts memory allocation of global
777 char* JIT::getMemoryForGV(const GlobalVariable* GV) { function in class:JIT
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h134 virtual char *getMemoryForGV(const GlobalVariable *GV);
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DExecutionEngine.h126 virtual char *getMemoryForGV(const GlobalVariable *GV);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngine.cpp116 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { function in class:ExecutionEngine
1042 addGlobalMapping(I, getMemoryForGV(I));
1094 GA = getMemoryForGV(GV);
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp124 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { function in class:ExecutionEngine
1290 addGlobalMapping(&GV, getMemoryForGV(&GV));
1341 GA = getMemoryForGV(GV);

Completed in 150 milliseconds