Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h768 class IBTPltSection : public SyntheticSection {
770 IBTPltSection();
1261 IBTPltSection *ibtPlt;
H A DSyntheticSections.cpp2720 IBTPltSection::IBTPltSection() in IBTPltSection() function in IBTPltSection
2723 void IBTPltSection::writeTo(uint8_t *buf) { in writeTo()
2727 size_t IBTPltSection::getSize() const { in getSize()
H A DWriter.cpp552 in.ibtPlt = make<IBTPltSection>(); in createSyntheticSections()