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

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 299 /// getPointerToGlobal - This returns the address of the specified global
301 void *getPointerToGlobal(const GlobalValue *GV);
357 return getPointerToGlobal((GlobalValue*)GV);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 467 void *getPointerToGlobal(GlobalValue *GV, void *Reference,
697 void *JITEmitter::getPointerToGlobal(GlobalValue *V, void *Reference,
703 return TheJIT->getPointerToGlobal(GA->resolveAliasedGlobal(false));
739 void *GVAddress = getPointerToGlobal(V, Reference, false);
852 ResultPtr = getPointerToGlobal(MR.getGlobalValue(),
    [all...]
JITDwarfEmitter.cpp 509 JCE->emitInt32(((intptr_t)Jit.getPointerToGlobal(Personality)));
512 JCE->emitInt64(((intptr_t)Jit.getPointerToGlobal(Personality)));
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 251 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global));
ExecutionEngine.cpp 512 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) {
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]

Completed in 82 milliseconds