reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Object/ELF.h
   75   using uintX_t = typename ELFT::uint;
include/llvm/Object/ELFObjectFile.h
  233   using uintX_t = typename ELFT::uint;
include/llvm/Object/ELFTypes.h
   64   using Relr = packed<uint>;
   90   using Addr = packed<uint>;
   91   using Off = packed<uint>;
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
   67   typedef typename ELFT::uint addr_type;
  151   typedef typename ELFT::uint addr_type;
lib/Object/ELF.cpp
  310   typedef typename ELFT::uint Word;
lib/ObjectYAML/ELFEmitter.cpp
  277   CBA.getOSAndAlignedOffset(SHOff, sizeof(typename ELFT::uint));
  829   using uintX_t = typename ELFT::uint;
  992   typedef typename ELFT::uint uintX_t;
tools/lld/ELF/InputSection.cpp
  833   const unsigned bits = sizeof(typename ELFT::uint) * 8;
tools/lld/ELF/Relocations.cpp
  159                     typename ELFT::uint offset, int64_t addend, RelExpr expr) {
tools/lld/ELF/SyntheticSections.cpp
 1909   const size_t wordsize = sizeof(typename ELFT::uint);
tools/llvm-readobj/ELFDumper.cpp
 4269     if (DataSize == sizeof(typename ELFT::uint))
 4385     uint64_t PaddedSize = alignTo(DataSize, sizeof(typename ELFT::uint));