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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp670 MipsGotSection::MipsGotSection() function in class:MipsGotSection
674 void MipsGotSection::addEntry(InputFile &file, Symbol &sym, int64_t addend,
694 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) {
698 void MipsGotSection::addTlsIndex(InputFile &file) {
702 size_t MipsGotSection::FileGot::getEntriesNum() const {
707 size_t MipsGotSection::FileGot::getPageEntriesNum() const {
714 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const {
724 MipsGotSection::FileGot &MipsGotSection
[all...]
H A DSyntheticSections.h194 class MipsGotSection final : public SyntheticSection {
196 MipsGotSection();
1204 MipsGotSection *mipsGot;
H A DWriter.cpp494 in.mipsGot = make<MipsGotSection>();

Completed in 179 milliseconds