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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h949 template <class ELFT> class MipsOptionsSection final : public SyntheticSection {
954 static MipsOptionsSection *create();
956 MipsOptionsSection(Elf_Mips_RegInfo reginfo);
H A DSyntheticSections.cpp153 MipsOptionsSection<ELFT>::MipsOptionsSection(Elf_Mips_RegInfo reginfo) function in class:MipsOptionsSection
159 template <class ELFT> void MipsOptionsSection<ELFT>::writeTo(uint8_t *buf) {
170 MipsOptionsSection<ELFT> *MipsOptionsSection<ELFT>::create() {
209 return make<MipsOptionsSection<ELFT>>(reginfo);
3759 template class elf::MipsOptionsSection<ELF32LE>;
3760 template class elf::MipsOptionsSection<ELF32BE>;
3761 template class elf::MipsOptionsSection<ELF64LE>;
3762 template class elf::MipsOptionsSection<ELF64B
[all...]
H A DWriter.cpp387 if (auto *sec = MipsOptionsSection<ELFT>::create())

Completed in 121 milliseconds