Return the type for the byref attribute, or null if absent.
Synopsis
Declared in <llvm/IR/Attributes.h>
Type*
getByRefType() const;
Return Value
The type for the byref attribute, or null if absent.
Created with MrDocs