Lines Matching refs:getELFSection
74 const MCSection *Sec = getContext().getELFSection(NameData,
211 return getContext().getELFSection(SectionName,
264 return getContext().getELFSection(Name.str(),
291 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
355 return getContext().getELFSection(Name, ELF::SHT_INIT_ARRAY,
360 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
375 return getContext().getELFSection(Name, ELF::SHT_FINI_ARRAY,
380 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
393 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
398 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,