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

References

tools/lld/ELF/DWARF.h
   28   explicit LLDDwarfObj(ObjFile<ELFT> *obj);
tools/lld/ELF/InputFiles.cpp
  199   cast<ObjFile<ELFT>>(file)->parse();
  232 static std::string getSrcMsgAux(ObjFile<ELFT> &file, const Symbol &sym,
  258     return getSrcMsgAux(cast<ObjFile<ELF32BE>>(*this), sym, sec, offset);
  709 static uint32_t readAndFeatures(ObjFile<ELFT> *obj, ArrayRef<uint8_t> data) {
 1475     return make<ObjFile<ELF32BE>>(mb, archiveName);
tools/lld/ELF/InputSection.h
  236   MergeInputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header,
  295   EhInputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header,
  317   InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header,