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.h1152 template <class ELFT> class MipsOptionsSection final : public SyntheticSection {
1157 static std::unique_ptr<MipsOptionsSection<ELFT>> create();
1159 MipsOptionsSection(Elf_Mips_RegInfo reginfo);
H A DSyntheticSections.cpp159 MipsOptionsSection<ELFT>::MipsOptionsSection(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>> MipsOptionsSection<ELFT>::create() { in create()
215 return std::make_unique<MipsOptionsSection<ELFT>>(reginfo); in create()
4700 if ((in.mipsOptions = MipsOptionsSection<ELFT>::create())) in createSyntheticSections()