Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp145 MipsOptionsSection<ELFT>::MipsOptionsSection(Elf_Mips_RegInfo Reginfo) in MipsOptionsSection() function in MipsOptionsSection
151 template <class ELFT> void MipsOptionsSection<ELFT>::writeTo(uint8_t *Buf) { in writeTo()
162 MipsOptionsSection<ELFT> *MipsOptionsSection<ELFT>::create() { in create()
201 return make<MipsOptionsSection<ELFT>>(Reginfo); in create()
3190 template class elf::MipsOptionsSection<ELF32LE>; member in elf
3191 template class elf::MipsOptionsSection<ELF32BE>; member in elf
3192 template class elf::MipsOptionsSection<ELF64LE>; member in elf
3193 template class elf::MipsOptionsSection<ELF64BE>; member in elf
H A DSyntheticSections.h889 template <class ELFT> class MipsOptionsSection final : public SyntheticSection {
894 static MipsOptionsSection *create();
896 MipsOptionsSection(Elf_Mips_RegInfo Reginfo);
H A DWriter.cpp327 if (auto *Sec = MipsOptionsSection<ELFT>::create()) in createSyntheticSections()