Lines Matching refs:ObjFile
45 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file, in getSectionContents()
90 InputSectionBase::InputSectionBase(ObjFile<ELFT> &file, in InputSectionBase()
141 auto *f = cast<ObjFile<ELFT>>(file); in relsOrRelas()
366 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection()
412 const ObjFile<ELFT> &file; in copyRelocations()
443 const ObjFile<ELFT> *file = getFile<ELFT>(); in copyRelocations()
1274 EhInputSection::EhInputSection(ObjFile<ELFT> &f, in EhInputSection()
1399 MergeInputSection::MergeInputSection(ObjFile<ELFT> &f, in MergeInputSection()
1438 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1440 template InputSection::InputSection(ObjFile<ELF32BE> &, const ELF32BE::Shdr &,
1442 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1444 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1461 template MergeInputSection::MergeInputSection(ObjFile<ELF32LE> &,
1463 template MergeInputSection::MergeInputSection(ObjFile<ELF32BE> &,
1465 template MergeInputSection::MergeInputSection(ObjFile<ELF64LE> &,
1467 template MergeInputSection::MergeInputSection(ObjFile<ELF64BE> &,
1470 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1472 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1474 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1476 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,