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

Declarations

include/llvm-c/Core.h
 2300 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant);

References

tools/llvm-c-test/echo.cpp
 1088     LLVMSetGlobalConstant(G, LLVMIsGlobalConstant(Cur));