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

Declarations

include/llvm/Object/ELFTypes.h
   29 template <class ELFT> struct Elf_Shdr_Impl;

References

include/llvm/Object/ELFTypes.h
   58   using Shdr = Elf_Shdr_Impl<ELFType<E, Is64>>;
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
   60   typedef Elf_Shdr_Impl<ELFT> Elf_Shdr;
tools/lld/ELF/InputSection.cpp
  448           Elf_Shdr_Impl<ELFT> sec =
tools/lld/ELF/Relocations.cpp
  657   ArrayRef<Elf_Shdr_Impl<ELFT>> objSections =
  671   Elf_Shdr_Impl<ELFT> elfSec = objSections[sym.discardedSecIdx - 1];