Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h369 bool ExportDynamic = false; member
452 ExportDynamic(0), LinkerRedefined(0) {} in SymbolResolution()
466 unsigned ExportDynamic : 1; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp757 R.ExportDynamic = true; in addModule()
773 R.ExportDynamic = true; in addModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp584 GlobalRes.ExportDynamic |= Res.ExportDynamic; in addModuleToGlobalRes()
1011 if (Res.second.ExportDynamic) in run()