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

Declarations

include/llvm-c/Core.h
 2296 void LLVMSetInitializer(LLVMValueRef GlobalVar, LLVMValueRef ConstantVal);

References

tools/llvm-c-test/echo.cpp
 1077       LLVMSetInitializer(G, clone_constant(I, M));
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
  222     LLVMSetInitializer(GlobalVar, LLVMConstInt(LLVMInt32Type(), 42, 0));
  353   LLVMSetInitializer(GlobalVar, LLVMConstInt(LLVMInt32Type(), 42, 0));