Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DSyntheticSections.cpp1079 IndirectSymtabSection::IndirectSymtabSection() in IndirectSymtabSection() function in IndirectSymtabSection
1083 uint32_t IndirectSymtabSection::getNumSymbols() const { in getNumSymbols()
1088 bool IndirectSymtabSection::isNeeded() const { in isNeeded()
1093 void IndirectSymtabSection::finalizeContents() { in finalizeContents()
1109 void IndirectSymtabSection::writeTo(uint8_t *buf) const { in writeTo()
DWriter.cpp73 IndirectSymtabSection *indirectSymtabSection = nullptr;
194 IndirectSymtabSection *indirectSymtabSection) in LCDysymtab()
216 IndirectSymtabSection *indirectSymtabSection;
914 indirectSymtabSection = make<IndirectSymtabSection>(); in createOutputSections()
DSyntheticSections.h464 class IndirectSymtabSection final : public LinkEditSection {
466 IndirectSymtabSection();