Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.h745 class IpltSection final : public SyntheticSection {
749 IpltSection();
1259 IpltSection *iplt;
DSyntheticSections.cpp2615 IpltSection::IpltSection() in IpltSection() function in IpltSection
2623 void IpltSection::writeTo(uint8_t *buf) { in writeTo()
2631 size_t IpltSection::getSize() const { in getSize()
2635 void IpltSection::addEntry(Symbol &sym) { in addEntry()
2641 void IpltSection::addSymbols() { in addSymbols()
DWriter.cpp559 in.iplt = make<IpltSection>(); in createSyntheticSections()