reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
332 void *getPointerToGlobalIfAvailable(StringRef S);
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"));