Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp154 MCSectionCOFF *AddrsigSection = nullptr; member in __anon1ceee7e50111::WinCOFFWriter
1100 auto Frag = new MCDataFragment(AddrsigSection); in writeObject()
1211 ObjWriter->AddrsigSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()
1214 Asm.registerSection(*ObjWriter->AddrsigSection); in executePostLayoutBinding()
H A DELFObjectWriter.cpp1178 MCSectionELF *AddrsigSection; in writeObject() local
1180 AddrsigSection = Ctx.getELFSection(".llvm_addrsig", ELF::SHT_LLVM_ADDRSIG, in writeObject()
1182 addToSectionTable(AddrsigSection); in writeObject()
1204 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h491 struct AddrsigSection : Section { struct
494 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2102 SectionRef AddrsigSection; in printAddrsig() local
2111 AddrsigSection = Sec; in printAddrsig()
2116 if (AddrsigSection == SectionRef()) in printAddrsig()
2120 unwrapOrError(Obj->getFileName(), AddrsigSection.getContents()); in printAddrsig()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp291 const ELFYAML::AddrsigSection &Section,
884 } else if (auto S = dyn_cast<ELFYAML::AddrsigSection>(Sec)) { in initSectionHeaders()
1720 const ELFYAML::AddrsigSection &Section, in writeSectionContent()
H A DELFYAML.cpp1469 static void sectionMapping(IO &IO, ELFYAML::AddrsigSection &Section) { in sectionMapping()
1664 Section.reset(new ELFYAML::AddrsigSection()); in mapping()
1665 sectionMapping(IO, *cast<ELFYAML::AddrsigSection>(Section.get())); in mapping()