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

References

tools/lld/ELF/Arch/MipsArchTree.cpp
  365     return ef->template getObj<ELFT>().getHeader()->e_flags & EF_MIPS_ABI2;
tools/lld/ELF/InputFiles.cpp
  337   const ELFFile<ELFT> &obj = getObj<ELFT>();
 1174   const ELFFile<ELFT> obj = this->getObj<ELFT>();
tools/lld/ELF/InputFiles.h
  195     return this->ELFFileBase::getObj<ELFT>();
tools/lld/ELF/Relocations.cpp
  464        check(file.template getObj<ELFT>().program_headers()))