Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp88 ExportSection *exportSection) in LCDyldInfo() argument
91 lazyBindingSection(lazyBindingSection), exportSection(exportSection) {} in LCDyldInfo()
115 if (exportSection->isNeeded()) { in writeTo()
116 c->export_off = exportSection->fileOff; in writeTo()
117 c->export_size = exportSection->getFileSize(); in writeTo()
125 ExportSection *exportSection; member in __anon857cdc730111::LCDyldInfo