reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ExecutionEngine/ExecutionEngine.h
  332   void *getPointerToGlobalIfAvailable(StringRef S);

References

lib/ExecutionEngine/ExecutionEngine.cpp
  297   return getPointerToGlobalIfAvailable(getMangledName(GV));
lib/ExecutionEngine/MCJIT/MCJIT.cpp
  281   if (void *Addr = getPointerToGlobalIfAvailable(Name))
unittests/ExecutionEngine/ExecutionEngineTest.cpp
   56   EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable("Global1"));