Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1041 MCSectionELF *AddrsigSection; in writeObject() local
1043 AddrsigSection = Ctx.getELFSection(".llvm_addrsig", ELF::SHT_LLVM_ADDRSIG, in writeObject()
1045 addToSectionTable(AddrsigSection); in writeObject()
1066 AddrsigSection->setOffsets(SecStart, SecEnd); in writeObject()
/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h503 struct AddrsigSection : Section { struct
506 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() argument
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2105 SectionRef AddrsigSection; in printAddrsig() local
2114 AddrsigSection = Sec; in printAddrsig()
2119 if (AddrsigSection == SectionRef()) in printAddrsig()
2123 unwrapOrError(Obj->getFileName(), AddrsigSection.getContents()); in printAddrsig()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1487 static void sectionMapping(IO &IO, ELFYAML::AddrsigSection &Section) { in sectionMapping()
1683 Section.reset(new ELFYAML::AddrsigSection()); in mapping()
1684 sectionMapping(IO, *cast<ELFYAML::AddrsigSection>(Section.get())); in mapping()
H A DELFEmitter.cpp297 const ELFYAML::AddrsigSection &Section,
890 } else if (auto S = dyn_cast<ELFYAML::AddrsigSection>(Sec)) { in initSectionHeaders()
1788 const ELFYAML::AddrsigSection &Section, in writeSectionContent()