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

Declarations

include/llvm-c/ExecutionEngine.h
  147 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);

References

unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
  342       reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
  389       reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
  409       reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
  440       reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
  443       reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2)));
  465       reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));