Lines Matching refs:ObjFile
52 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &File, in getSectionContents()
124 InputSectionBase::InputSectionBase(ObjFile<ELFT> &File, in InputSectionBase()
365 InputSection::InputSection(ObjFile<ELFT> &F, const typename ELFT::Shdr &Header, in InputSection()
1091 EhInputSection::EhInputSection(ObjFile<ELFT> &F, in EhInputSection()
1190 MergeInputSection::MergeInputSection(ObjFile<ELFT> &F, in MergeInputSection()
1241 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1243 template InputSection::InputSection(ObjFile<ELF32BE> &, const ELF32BE::Shdr &,
1245 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1247 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1260 template MergeInputSection::MergeInputSection(ObjFile<ELF32LE> &,
1262 template MergeInputSection::MergeInputSection(ObjFile<ELF32BE> &,
1264 template MergeInputSection::MergeInputSection(ObjFile<ELF64LE> &,
1266 template MergeInputSection::MergeInputSection(ObjFile<ELF64BE> &,
1269 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1271 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1273 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1275 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,