ΒΆLLVMTypeRef LLVMGlobalGetValueType(
LLVMValueRef Global)
LLVMTypeRef LLVMGlobalGetValueType(
LLVMValueRef Global)
Description
Returns the "value type" of a global value. This differs from the formal type of a global value which is always a pointer type.
Declared at: llvm/include/llvm-c/Core.h:2189
Parameters
- LLVMValueRef Global