Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DWriter.cpp76 IndirectSymtabSection *indirectSymtabSection = nullptr;
197 IndirectSymtabSection *indirectSymtabSection) in LCDysymtab()
219 IndirectSymtabSection *indirectSymtabSection;
981 indirectSymtabSection = make<IndirectSymtabSection>(); in createOutputSections()
H A DSyntheticSections.h499 class IndirectSymtabSection final : public LinkEditSection {
501 IndirectSymtabSection();
H A DSyntheticSections.cpp1391 IndirectSymtabSection::IndirectSymtabSection() in IndirectSymtabSection() function in IndirectSymtabSection
1395 uint32_t IndirectSymtabSection::getNumSymbols() const { in getNumSymbols()
1404 bool IndirectSymtabSection::isNeeded() const { in isNeeded()
1409 void IndirectSymtabSection::finalizeContents() { in finalizeContents()
1431 void IndirectSymtabSection::writeTo(uint8_t *buf) const { in writeTo()