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

Declarations

include/llvm-c/Core.h
 2299 LLVMBool LLVMIsGlobalConstant(LLVMValueRef GlobalVar);

References

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