Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp1201 IndirectSymtabSection::IndirectSymtabSection() in IndirectSymtabSection() function in IndirectSymtabSection
1205 uint32_t IndirectSymtabSection::getNumSymbols() const { in getNumSymbols()
1210 bool IndirectSymtabSection::isNeeded() const { in isNeeded()
1215 void IndirectSymtabSection::finalizeContents() { in finalizeContents()
1235 void IndirectSymtabSection::writeTo(uint8_t *buf) const { in writeTo()
H A DWriter.cpp76 IndirectSymtabSection *indirectSymtabSection = nullptr;
197 IndirectSymtabSection *indirectSymtabSection) in LCDysymtab()
219 IndirectSymtabSection *indirectSymtabSection;
926 indirectSymtabSection = make<IndirectSymtabSection>(); in createOutputSections()
H A DSyntheticSections.h467 class IndirectSymtabSection final : public LinkEditSection {
469 IndirectSymtabSection();