Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp154 MCSectionCOFF *AddrsigSection; member in __anon9a7db13a0111::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.cpp1159 MCSectionELF *AddrsigSection; in writeObject() local
1161 AddrsigSection = Ctx.getELFSection(".llvm_addrsig", ELF::SHT_LLVM_ADDRSIG, in writeObject()
1163 addToSectionTable(AddrsigSection); in writeObject()
1185 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h472 struct AddrsigSection : Section { struct
475 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() argument
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp69 Expected<ELFYAML::AddrsigSection *> dumpAddrsigSection(const Elf_Shdr *Shdr);
879 Expected<ELFYAML::AddrsigSection *>
881 auto S = std::make_unique<ELFYAML::AddrsigSection>(); in dumpAddrsigSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1361 static void sectionMapping(IO &IO, ELFYAML::AddrsigSection &Section) { in sectionMapping()
1556 Section.reset(new ELFYAML::AddrsigSection()); in mapping()
1557 sectionMapping(IO, *cast<ELFYAML::AddrsigSection>(Section.get())); in mapping()
H A DELFEmitter.cpp279 const ELFYAML::AddrsigSection &Section,
842 } else if (auto S = dyn_cast<ELFYAML::AddrsigSection>(Sec)) { in initSectionHeaders()
1625 const ELFYAML::AddrsigSection &Section, in writeSectionContent()