Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp118 bool exportDynamic = in add() local
119 config->outputType != MH_EXECUTE || config->exportDynamic; in add()
135 defined->isExternal() && !defined->privateExtern && exportDynamic; in add()
139 r.ExportDynamic = !common->privateExtern && exportDynamic; in add()
H A DConfig.h120 bool exportDynamic = false; member
H A DMarkLive.cpp239 config->outputType != MH_EXECUTE || config->exportDynamic; in markLive()
H A DDriver.cpp1786 config->exportDynamic = args.hasArg(OPT_export_dynamic); in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp259 (ctx.arg.exportDynamic || sym->isExported); in add()
H A DSymbols.cpp375 } else if (ctx.arg.exportDynamic && in parseVersionAndComputeIsPreemptible()
H A DConfig.h329 bool exportDynamic; member
H A DDriver.cpp467 if (ctx.arg.exportDynamic) in checkOptions()
1420 ctx.arg.exportDynamic = in readConfigs()
2724 if (ctx.arg.exportDynamic && sym->computeBinding(ctx) != STB_LOCAL) in compileBitcodeFiles()
3151 ctx.arg.exportDynamic &= ctx.hasDynsym; in link()
H A DWriter.cpp1877 if (ctx.arg.exportDynamic) in finalizeSections()