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

  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 555 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) {
    [all...]
  /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...]

Completed in 42 milliseconds