HomeSort by relevance Sort by last modified time
    Searched refs:getMemoryForGV (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 222 /// getMemoryforGV - Allocate memory for a global variable.
223 char* getMemoryForGV(const GlobalVariable* GV) override;
JIT.cpp 615 Ptr = getMemoryForGV(GV);
647 /// getMemoryForGV - This method abstracts memory allocation of global
651 char* JIT::getMemoryForGV(const GlobalVariable* GV) {
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 138 /// getMemoryforGV - Allocate memory for a global variable.
139 virtual char *getMemoryForGV(const GlobalVariable *GV);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 121 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) {
    [all...]

Completed in 3495 milliseconds