Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp88 WeakBindingSection *weakBindingSection, in LCDyldInfo() argument
92 weakBindingSection(weakBindingSection), in LCDyldInfo()
109 if (weakBindingSection->isNeeded()) { in writeTo()
110 c->weak_bind_off = weakBindingSection->fileOff; in writeTo()
111 c->weak_bind_size = weakBindingSection->getFileSize(); in writeTo()
125 WeakBindingSection *weakBindingSection; member in __anoneb56ad3f0111::LCDyldInfo