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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h718 class IBTPltSection : public SyntheticSection { class in namespace:lld::elf
720 IBTPltSection();
1211 IBTPltSection *ibtPlt;
H A DSyntheticSections.cpp2614 IBTPltSection::IBTPltSection()
2617 void IBTPltSection::writeTo(uint8_t *buf) {
2621 size_t IBTPltSection::getSize() const {
H A DWriter.cpp547 in.ibtPlt = make<IBTPltSection>();

Completed in 158 milliseconds