Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h62 class IBTPltSection; variable
593 std::unique_ptr<IBTPltSection> ibtPlt;
H A DSyntheticSections.h788 class IBTPltSection : public SyntheticSection {
790 IBTPltSection(Ctx &);
H A DSyntheticSections.cpp2779 IBTPltSection::IBTPltSection(Ctx &ctx) in IBTPltSection() function in IBTPltSection
2783 void IBTPltSection::writeTo(uint8_t *buf) { in writeTo()
2787 size_t IBTPltSection::getSize() const { in getSize()
2792 bool IBTPltSection::isNeeded() const { return ctx.in.plt->getNumEntries() > 0; } in isNeeded()
4957 ctx.in.ibtPlt = std::make_unique<IBTPltSection>(ctx); in createSyntheticSections()