Look up abbreviation table index and offset by table ID.
Declared in <llvm/ObjectYAML/DWARFYAML.h>
Expected<AbbrevTableInfo>
getAbbrevTableInfoByID(uint64_t ID) const;
Index and offset of the matching table, or an error.
| Name | Description |
|---|---|
| ID | Abbreviation table identifier to find. |