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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp154 MCSectionCOFF *AddrsigSection; member in class:__anon3739::WinCOFFObjectWriter
674 AddrsigSection = Asm.getContext().getCOFFSection(
677 Asm.registerSection(*AddrsigSection);
1095 auto Frag = new MCDataFragment(AddrsigSection);
H A DELFObjectWriter.cpp1165 MCSectionELF *AddrsigSection; local
1167 AddrsigSection = Ctx.getELFSection(".llvm_addrsig", ELF::SHT_LLVM_ADDRSIG,
1169 addToSectionTable(AddrsigSection);
1193 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h355 struct AddrsigSection : Section { struct in namespace:llvm::ELFYAML
360 AddrsigSection() : Section(ChunkKind::Addrsig) {} function in struct:llvm::ELFYAML::AddrsigSection
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1211 static void sectionMapping(IO &IO, ELFYAML::AddrsigSection &Section) {
1363 Section.reset(new ELFYAML::AddrsigSection());
1364 sectionMapping(IO, *cast<ELFYAML::AddrsigSection>(Section.get()));
1455 if (const auto *Sec = dyn_cast<ELFYAML::AddrsigSection>(C.get())) {
H A DELFEmitter.cpp275 const ELFYAML::AddrsigSection &Section,
707 } else if (auto S = dyn_cast<ELFYAML::AddrsigSection>(Sec)) {
1594 const ELFYAML::AddrsigSection &Section,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1924 SectionRef AddrsigSection; local
1933 AddrsigSection = Sec;
1938 if (AddrsigSection == SectionRef())
1942 unwrapOrError(Obj->getFileName(), AddrsigSection.getContents());

Completed in 110 milliseconds