|
LLVM
3.7.0
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/Object/Error.h"#include "llvm/Support/DataTypes.h"#include "llvm/Support/ELF.h"#include "llvm/Support/Endian.h"#include "llvm/Support/ErrorOr.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::object | |
Macros | |
| #define | LLVM_ELF_IMPORT_TYPES(E, W) |
| #define | LLVM_ELF_IMPORT_TYPES_ELFT(ELFT) LLVM_ELF_IMPORT_TYPES(ELFT::TargetEndianness, ELFT::Is64Bits) |
Typedefs | |
| typedef ELFType < support::little, false > | llvm::object::ELF32LE |
| typedef ELFType< support::big, false > | llvm::object::ELF32BE |
| typedef ELFType < support::little, true > | llvm::object::ELF64LE |
| typedef ELFType< support::big, true > | llvm::object::ELF64BE |
| #define LLVM_ELF_IMPORT_TYPES | ( | E, | |
| W | |||
| ) |
Definition at line 77 of file ELFTypes.h.
| #define LLVM_ELF_IMPORT_TYPES_ELFT | ( | ELFT | ) | LLVM_ELF_IMPORT_TYPES(ELFT::TargetEndianness, ELFT::Is64Bits) |
Definition at line 89 of file ELFTypes.h.
1.8.6