Searched refs:AddrsigSection (Results 1 – 7 of 7) sorted by relevance
157 MCSectionCOFF *AddrsigSection; member in __anon93f2c7df0111::WinCOFFObjectWriter656 AddrsigSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()659 Asm.registerSection(*AddrsigSection); in executePostLayoutBinding()1097 auto Frag = new MCDataFragment(AddrsigSection); in writeObject()
1138 MCSectionELF *AddrsigSection; in writeObject() local1140 AddrsigSection = Ctx.getELFSection(".llvm_addrsig", ELF::SHT_LLVM_ADDRSIG, in writeObject()1142 addToSectionTable(AddrsigSection); in writeObject()1164 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
475 struct AddrsigSection : Section { struct478 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() function
1948 SectionRef AddrsigSection; in printAddrsig() local1957 AddrsigSection = Sec; in printAddrsig()1962 if (AddrsigSection == SectionRef()) in printAddrsig()1966 unwrapOrError(Obj->getFileName(), AddrsigSection.getContents()); in printAddrsig()
71 Expected<ELFYAML::AddrsigSection *> dumpAddrsigSection(const Elf_Shdr *Shdr);931 Expected<ELFYAML::AddrsigSection *>933 auto S = std::make_unique<ELFYAML::AddrsigSection>(); in dumpAddrsigSection()
1438 static void sectionMapping(IO &IO, ELFYAML::AddrsigSection &Section) { in sectionMapping()1633 Section.reset(new ELFYAML::AddrsigSection()); in mapping()1634 sectionMapping(IO, *cast<ELFYAML::AddrsigSection>(Section.get())); in mapping()
289 const ELFYAML::AddrsigSection &Section,882 } else if (auto S = dyn_cast<ELFYAML::AddrsigSection>(Sec)) { in initSectionHeaders()1664 const ELFYAML::AddrsigSection &Section, in writeSectionContent()