Searched refs:AddrsigSection (Results 1 – 7 of 7) sorted by relevance
157 MCSectionCOFF *AddrsigSection; member in __anona3bc21060111::WinCOFFObjectWriter656 AddrsigSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()659 Asm.registerSection(*AddrsigSection); in executePostLayoutBinding()1097 auto Frag = new MCDataFragment(AddrsigSection); in writeObject()
1168 MCSectionELF *AddrsigSection; in writeObject() local1170 AddrsigSection = Ctx.getELFSection(".llvm_addrsig", ELF::SHT_LLVM_ADDRSIG, in writeObject()1172 addToSectionTable(AddrsigSection); in writeObject()1194 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
477 struct AddrsigSection : Section { struct480 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() function
2013 SectionRef AddrsigSection; in printAddrsig() local2022 AddrsigSection = Sec; in printAddrsig()2027 if (AddrsigSection == SectionRef()) in printAddrsig()2031 unwrapOrError(Obj->getFileName(), AddrsigSection.getContents()); in printAddrsig()
72 Expected<ELFYAML::AddrsigSection *> dumpAddrsigSection(const Elf_Shdr *Shdr);933 Expected<ELFYAML::AddrsigSection *>935 auto S = std::make_unique<ELFYAML::AddrsigSection>(); in dumpAddrsigSection()
1452 static void sectionMapping(IO &IO, ELFYAML::AddrsigSection &Section) { in sectionMapping()1647 Section.reset(new ELFYAML::AddrsigSection()); in mapping()1648 sectionMapping(IO, *cast<ELFYAML::AddrsigSection>(Section.get())); in mapping()
290 const ELFYAML::AddrsigSection &Section,883 } else if (auto S = dyn_cast<ELFYAML::AddrsigSection>(Sec)) { in initSectionHeaders()1668 const ELFYAML::AddrsigSection &Section, in writeSectionContent()