Home
last modified time | relevance | path

Searched refs:AddrsigSection (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp157 MCSectionCOFF *AddrsigSection; member in __anon93f2c7df0111::WinCOFFObjectWriter
656 AddrsigSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()
659 Asm.registerSection(*AddrsigSection); in executePostLayoutBinding()
1097 auto Frag = new MCDataFragment(AddrsigSection); in writeObject()
H A DELFObjectWriter.cpp1138 MCSectionELF *AddrsigSection; in writeObject() local
1140 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()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h475 struct AddrsigSection : Section { struct
478 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() function
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1948 SectionRef AddrsigSection; in printAddrsig() local
1957 AddrsigSection = Sec; in printAddrsig()
1962 if (AddrsigSection == SectionRef()) in printAddrsig()
1966 unwrapOrError(Obj->getFileName(), AddrsigSection.getContents()); in printAddrsig()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp71 Expected<ELFYAML::AddrsigSection *> dumpAddrsigSection(const Elf_Shdr *Shdr);
931 Expected<ELFYAML::AddrsigSection *>
933 auto S = std::make_unique<ELFYAML::AddrsigSection>(); in dumpAddrsigSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1438 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()
H A DELFEmitter.cpp289 const ELFYAML::AddrsigSection &Section,
882 } else if (auto S = dyn_cast<ELFYAML::AddrsigSection>(Sec)) { in initSectionHeaders()
1664 const ELFYAML::AddrsigSection &Section, in writeSectionContent()