Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp90 ExportSection *exportSection) in LCDyldInfo() argument
93 lazyBindingSection(lazyBindingSection), exportSection(exportSection) {} in LCDyldInfo()
117 if (exportSection->isNeeded()) { in writeTo()
118 c->export_off = exportSection->fileOff; in writeTo()
119 c->export_size = exportSection->getFileSize(); in writeTo()
127 ExportSection *exportSection; member in __anoneb56ad3f0111::LCDyldInfo