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.cpp74 IndirectSymtabSection *indirectSymtabSection = nullptr;
195 IndirectSymtabSection *indirectSymtabSection) in LCDysymtab()
217 IndirectSymtabSection *indirectSymtabSection;
1026 indirectSymtabSection = make<IndirectSymtabSection>(); in createOutputSections()
H A DSyntheticSections.h516 class IndirectSymtabSection final : public LinkEditSection {
518 IndirectSymtabSection();
H A DSyntheticSections.cpp1476 IndirectSymtabSection::IndirectSymtabSection() in IndirectSymtabSection() function in IndirectSymtabSection
1480 uint32_t IndirectSymtabSection::getNumSymbols() const { in getNumSymbols()
1489 bool IndirectSymtabSection::isNeeded() const { in isNeeded()
1494 void IndirectSymtabSection::finalizeContents() { in finalizeContents()
1513 void IndirectSymtabSection::writeTo(uint8_t *buf) const { in writeTo()