Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp154 MCSectionCOFF *AddrsigSection; member in __anon6e96ad630111::WinCOFFObjectWriter
675 AddrsigSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()
678 Asm.registerSection(*AddrsigSection); in executePostLayoutBinding()
1101 auto Frag = new MCDataFragment(AddrsigSection); in writeObject()
H A DELFObjectWriter.cpp1154 MCSectionELF *AddrsigSection; in writeObject() local
1156 AddrsigSection = Ctx.getELFSection(".llvm_addrsig", ELF::SHT_LLVM_ADDRSIG, in writeObject()
1158 addToSectionTable(AddrsigSection); in writeObject()
1180 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h473 struct AddrsigSection : Section { struct
476 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() argument
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1944 SectionRef AddrsigSection; in printAddrsig() local
1953 AddrsigSection = Sec; in printAddrsig()
1958 if (AddrsigSection == SectionRef()) in printAddrsig()
1962 unwrapOrError(Obj->getFileName(), AddrsigSection.getContents()); in printAddrsig()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1365 static void sectionMapping(IO &IO, ELFYAML::AddrsigSection &Section) { in sectionMapping()
1560 Section.reset(new ELFYAML::AddrsigSection()); in mapping()
1561 sectionMapping(IO, *cast<ELFYAML::AddrsigSection>(Section.get())); in mapping()
H A DELFEmitter.cpp289 const ELFYAML::AddrsigSection &Section,
883 } else if (auto S = dyn_cast<ELFYAML::AddrsigSection>(Sec)) { in initSectionHeaders()
1661 const ELFYAML::AddrsigSection &Section, in writeSectionContent()