Retrieve the allocsize args, or std::nullopt if the attribute does not exist.

Synopsis

Declared in <llvm/IR/Attributes.h>

std::optional<std::pair<unsigned int, std::optional<unsigned int>>>
getAllocSizeArgs() const;

Return Value

The allocsize args, or std::nullopt if the attribute does not exist.

Created with MrDocs