ΒΆLLVMMetadataRef LLVMDIVariableGetScope(
LLVMMetadataRef Var)
LLVMMetadataRef LLVMDIVariableGetScope(
LLVMMetadataRef Var)
Description
Get the metadata of the scope associated with a given variable.
Declared at: llvm/include/llvm-c/DebugInfo.h:1151
Parameters
- LLVMMetadataRef Var
- The variable object.