Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DConfig.h35 bool hasReexports = false; member
DDriver.cpp784 config->hasReexports = true; in link()
DSyntheticSections.cpp66 if (config->outputType == MachO::MH_DYLIB && !config->hasReexports) in writeTo()