Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp86 WeakBindingSection *weakBindingSection, in LCDyldInfo() argument
90 weakBindingSection(weakBindingSection), in LCDyldInfo()
107 if (weakBindingSection->isNeeded()) { in writeTo()
108 c->weak_bind_off = weakBindingSection->fileOff; in writeTo()
109 c->weak_bind_size = weakBindingSection->getFileSize(); in writeTo()
123 WeakBindingSection *weakBindingSection; member in __anon857cdc730111::LCDyldInfo