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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 503 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) {
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 572 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 471 void *getPointerToGlobal(GlobalValue *GV, void *Reference,
701 void *JITEmitter::getPointerToGlobal(GlobalValue *V, void *Reference,
707 return TheJIT->getPointerToGlobal(GA->resolveAliasedGlobal(false));
743 void *GVAddress = getPointerToGlobal(V, Reference, false);
856 ResultPtr = getPointerToGlobal(MR.getGlobalValue(),
    [all...]

Completed in 328 milliseconds