Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1499 std::unique_ptr<SyntheticSection> mipsReginfo; member
H A DSyntheticSections.cpp4475 mipsReginfo.reset(); in reset()
4702 if ((in.mipsReginfo = MipsReginfoSection<ELFT>::create())) in createSyntheticSections()
4703 add(*in.mipsReginfo); in createSyntheticSections()