|
LLVM
3.7.0
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/PointerIntPair.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/ADT/Triple.h"#include "llvm/Object/ELF.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Support/Casting.h"#include "llvm/Support/ELF.h"#include "llvm/Support/Endian.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/raw_ostream.h"#include <algorithm>#include <cctype>#include <limits>#include <utility>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::object | |
Typedefs | |
| typedef ELFObjectFile< ELFType < support::little, false > > | llvm::object::ELF32LEObjectFile |
| typedef ELFObjectFile< ELFType < support::little, true > > | llvm::object::ELF64LEObjectFile |
| typedef ELFObjectFile< ELFType < support::big, false > > | llvm::object::ELF32BEObjectFile |
| typedef ELFObjectFile< ELFType < support::big, true > > | llvm::object::ELF64BEObjectFile |
1.8.6