Searched refs:AddrsigSection (Results 1 – 7 of 7) sorted by relevance
154 MCSectionCOFF *AddrsigSection; member in __anon9a7db13a0111::WinCOFFObjectWriter675 AddrsigSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()678 Asm.registerSection(*AddrsigSection); in executePostLayoutBinding()1101 auto Frag = new MCDataFragment(AddrsigSection); in writeObject()
1159 MCSectionELF *AddrsigSection; in writeObject() local1161 AddrsigSection = Ctx.getELFSection(".llvm_addrsig", ELF::SHT_LLVM_ADDRSIG, in writeObject()1163 addToSectionTable(AddrsigSection); in writeObject()1185 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
472 struct AddrsigSection : Section { struct475 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() argument
1944 SectionRef AddrsigSection; in printAddrsig() local1953 AddrsigSection = Sec; in printAddrsig()1958 if (AddrsigSection == SectionRef()) in printAddrsig()1962 unwrapOrError(Obj->getFileName(), AddrsigSection.getContents()); in printAddrsig()
69 Expected<ELFYAML::AddrsigSection *> dumpAddrsigSection(const Elf_Shdr *Shdr);879 Expected<ELFYAML::AddrsigSection *>881 auto S = std::make_unique<ELFYAML::AddrsigSection>(); in dumpAddrsigSection()
1361 static void sectionMapping(IO &IO, ELFYAML::AddrsigSection &Section) { in sectionMapping()1556 Section.reset(new ELFYAML::AddrsigSection()); in mapping()1557 sectionMapping(IO, *cast<ELFYAML::AddrsigSection>(Section.get())); in mapping()
279 const ELFYAML::AddrsigSection &Section,842 } else if (auto S = dyn_cast<ELFYAML::AddrsigSection>(Sec)) { in initSectionHeaders()1625 const ELFYAML::AddrsigSection &Section, in writeSectionContent()