llvm::AArch64BuildAttributes::getVendorID

Return the vendor ID for the given subsection vendor name.

Synopsis

Declared in <llvm/Support/AArch64BuildAttributes.h>

VendorID
getVendorID(StringRef const Vendor);

Return Value

The matching VendorID, or VENDOR_UNKNOWN if unrecognized.

Parameters

NameDescription
VendorVendor name string (for example "aeabi_pauthabi").