Home
last modified time | relevance | path

Searched refs:MipsOptionsSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1168 template <class ELFT> class MipsOptionsSection final : public SyntheticSection {
1173 static std::unique_ptr<MipsOptionsSection<ELFT>> create(Ctx &);
1175 MipsOptionsSection(Ctx &, Elf_Mips_RegInfo reginfo);
H A DSyntheticSections.cpp159 MipsOptionsSection<ELFT>::MipsOptionsSection(Ctx &ctx, Elf_Mips_RegInfo reginfo) in MipsOptionsSection() function in MipsOptionsSection
165 template <class ELFT> void MipsOptionsSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()
176 std::unique_ptr<MipsOptionsSection<ELFT>>
177 MipsOptionsSection<ELFT>::create(Ctx &ctx) { in create()
216 return std::make_unique<MipsOptionsSection<ELFT>>(ctx, reginfo); in create()
4771 if ((ctx.in.mipsOptions = MipsOptionsSection<ELFT>::create(ctx))) in createSyntheticSections()