Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DWriter.cpp91 ExportSection *exportSection) in LCDyldInfo() argument
94 lazyBindingSection(lazyBindingSection), exportSection(exportSection) {} in LCDyldInfo()
118 if (exportSection->isNeeded()) { in writeTo()
119 c->export_off = exportSection->fileOff; in writeTo()
120 c->export_size = exportSection->getFileSize(); in writeTo()
128 ExportSection *exportSection; member in __anona61fce6f0111::LCDyldInfo