Lines Matching full:objfile
49 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file,
99 InputSectionBase::InputSectionBase(ObjFile<ELFT> &file,
146 auto *f = cast<ObjFile<ELFT>>(file);
369 // before ObjFile::initSectionsAndLocalSyms where local symbols are
400 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header,
448 const ObjFile<ELFT> &file;
479 const ObjFile<ELFT> *file = getFile<ELFT>();
1343 EhInputSection::EhInputSection(ObjFile<ELFT> &f,
1471 MergeInputSection::MergeInputSection(ObjFile<ELFT> &f,
1514 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1516 template InputSection::InputSection(ObjFile<ELF32BE> &, const ELF32BE::Shdr &,
1518 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1520 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1537 template MergeInputSection::MergeInputSection(ObjFile<ELF32LE> &,
1539 template MergeInputSection::MergeInputSection(ObjFile<ELF32BE> &,
1541 template MergeInputSection::MergeInputSection(ObjFile<ELF64LE> &,
1543 template MergeInputSection::MergeInputSection(ObjFile<ELF64BE> &,
1546 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1548 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1550 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1552 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,