Return the ELF class and data encoding from an object buffer's ident.
Declared in <llvm/Object/ELF.h>
std::pair<unsigned char, unsigned char>
getElfArchType(StringRef Object);
Subclasses of ELFFile may need this for template instantiation.
A pair of ELF class and data encoding bytes.
| Name | Description |
|---|---|
| Object | Raw ELF object bytes. |