llvm::DWARFYAML::Data::getAbbrevTableInfoByID

Look up abbreviation table index and offset by table ID.

Synopsis

Declared in <llvm/ObjectYAML/DWARFYAML.h>

Expected<AbbrevTableInfo>
getAbbrevTableInfoByID(uint64_t ID) const;

Return Value

Index and offset of the matching table, or an error.

Parameters

NameDescription
IDAbbreviation table identifier to find.