Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1171 template <class ELFT> class MipsReginfoSection final : public SyntheticSection {
1175 static std::unique_ptr<MipsReginfoSection> create();
1177 MipsReginfoSection(Elf_Mips_RegInfo reginfo);
H A DSyntheticSections.cpp220 MipsReginfoSection<ELFT>::MipsReginfoSection(Elf_Mips_RegInfo reginfo) in MipsReginfoSection() function in MipsReginfoSection
226 template <class ELFT> void MipsReginfoSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()
233 std::unique_ptr<MipsReginfoSection<ELFT>> MipsReginfoSection<ELFT>::create() { in create()
260 return std::make_unique<MipsReginfoSection<ELFT>>(reginfo); in create()
4702 if ((in.mipsReginfo = MipsReginfoSection<ELFT>::create())) in createSyntheticSections()