Searched defs:ELFType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELF.h41 struct ELFType { struct in namespace:llvm::object
2687 if (const ELFObjectFile<ELFType<support::little, 4, false> > *ELFObj =
2688 dyn_cast<ELFObjectFile<ELFType<support::little, 4, false> > >(Obj))
2692 if (const ELFObjectFile<ELFType<support::big, 4, false> > *ELFObj =
2693 dyn_cast<ELFObjectFile<ELFType<support::big, 4, false> > >(Obj))
2697 if (const ELFObjectFile<ELFType<support::little, 8, true> > *ELFObj =
2698 dyn_cast<ELFObjectFile<ELFType<support::little, 8, true> > >(Obj))
2702 if (const ELFObjectFile<ELFType<support::big, 8, true> > *ELFObj =
2703 dyn_cast<ELFObjectFile<ELFType<support::big, 8, true> > >(Obj))

Completed in 359 milliseconds