Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DWriter.cpp76 IndirectSymtabSection *indirectSymtabSection = nullptr;
197 IndirectSymtabSection *indirectSymtabSection) in LCDysymtab()
219 IndirectSymtabSection *indirectSymtabSection;
972 indirectSymtabSection = make<IndirectSymtabSection>(); in createOutputSections()
H A DSyntheticSections.h499 class IndirectSymtabSection final : public LinkEditSection {
501 IndirectSymtabSection();
H A DSyntheticSections.cpp1378 IndirectSymtabSection::IndirectSymtabSection() in IndirectSymtabSection() function in IndirectSymtabSection
1382 uint32_t IndirectSymtabSection::getNumSymbols() const { in getNumSymbols()
1391 bool IndirectSymtabSection::isNeeded() const { in isNeeded()
1396 void IndirectSymtabSection::finalizeContents() { in finalizeContents()
1418 void IndirectSymtabSection::writeTo(uint8_t *buf) const { in writeTo()