Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp75 IndirectSymtabSection *indirectSymtabSection = nullptr;
196 IndirectSymtabSection *indirectSymtabSection) in LCDysymtab()
218 IndirectSymtabSection *indirectSymtabSection;
997 indirectSymtabSection = make<IndirectSymtabSection>(); in createOutputSections()
H A DSyntheticSections.h514 class IndirectSymtabSection final : public LinkEditSection {
516 IndirectSymtabSection();
H A DSyntheticSections.cpp1459 IndirectSymtabSection::IndirectSymtabSection() in IndirectSymtabSection() function in IndirectSymtabSection
1463 uint32_t IndirectSymtabSection::getNumSymbols() const { in getNumSymbols()
1472 bool IndirectSymtabSection::isNeeded() const { in isNeeded()
1477 void IndirectSymtabSection::finalizeContents() { in finalizeContents()
1496 void IndirectSymtabSection::writeTo(uint8_t *buf) const { in writeTo()