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

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp 53 void *globalPtr = TheJIT->getPointerToGlobal(Global);
116 // FIXME: This case fails due to a bug with getPointerToGlobal().
117 // The bug is due to MCJIT not having an implementation of getPointerToGlobal()
122 // JITted code) are not propagated. Instead, getPointerToGlobal() should return
138 void *gvPtr = TheJIT->getPointerToGlobal(GV);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 359 /// getPointerToGlobal - This returns the address of the specified global
364 void *getPointerToGlobal(const GlobalValue *GV);
401 // JIT and interpreter clients should use getPointerToGlobal instead.
449 return getPointerToGlobal((const GlobalValue *)GV);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 451 void *getPointerToGlobal(GlobalValue *GV, void *Reference,
687 void *JITEmitter::getPointerToGlobal(GlobalValue *V, void *Reference,
695 return TheJIT->getPointerToGlobal(GV);
733 void *GVAddress = getPointerToGlobal(V, Reference, false);
846 ResultPtr = getPointerToGlobal(MR.getGlobalValue(),
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 337 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global));
ExecutionEngine.cpp 555 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) {
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]

Completed in 436 milliseconds