Return the vendor ID for the given subsection vendor name.
Declared in <llvm/Support/AArch64BuildAttributes.h>
VendorID
getVendorID(StringRef const Vendor);
The matching VendorID, or VENDOR_UNKNOWN if unrecognized.
| Name | Description |
|---|---|
| Vendor | Vendor name string (for example "aeabi_pauthabi"). |