Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DWriter.cpp89 WeakBindingSection *weakBindingSection, in LCDyldInfo() argument
93 weakBindingSection(weakBindingSection), in LCDyldInfo()
110 if (weakBindingSection->isNeeded()) { in writeTo()
111 c->weak_bind_off = weakBindingSection->fileOff; in writeTo()
112 c->weak_bind_size = weakBindingSection->getFileSize(); in writeTo()
126 WeakBindingSection *weakBindingSection; member in __anona61fce6f0111::LCDyldInfo