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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h968 template <class ELFT> class MipsReginfoSection final : public SyntheticSection {
972 static MipsReginfoSection *create();
974 MipsReginfoSection(Elf_Mips_RegInfo reginfo);
H A DSyntheticSections.cpp214 MipsReginfoSection<ELFT>::MipsReginfoSection(Elf_Mips_RegInfo reginfo) function in class:MipsReginfoSection
220 template <class ELFT> void MipsReginfoSection<ELFT>::writeTo(uint8_t *buf) {
227 MipsReginfoSection<ELFT> *MipsReginfoSection<ELFT>::create() {
254 return make<MipsReginfoSection<ELFT>>(reginfo);
3764 template class elf::MipsReginfoSection<ELF32LE>;
3765 template class elf::MipsReginfoSection<ELF32BE>;
3766 template class elf::MipsReginfoSection<ELF64LE>;
3767 template class elf::MipsReginfoSection<ELF64B
[all...]
H A DWriter.cpp389 if (auto *sec = MipsReginfoSection<ELFT>::create())

Completed in 95 milliseconds