Searched defs:DynamicExportSymbols (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h447 DenseSet<GlobalValue::GUID> DynamicExportSymbols; member in namespace:llvm::lto
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp825 updateVCallVisibilityInModule( Module &M, bool WholeProgramVisibilityEnabledInLTO, const DenseSet<GlobalValue::GUID> &DynamicExportSymbols, bool ValidateAllVtablesHaveTypeInfos, function_ref<bool(StringRef)> IsVisibleToRegularObj) argument
894 updateVCallVisibilityInIndex( ModuleSummaryIndex &Index, bool WholeProgramVisibilityEnabledInLTO, const DenseSet<GlobalValue::GUID> &DynamicExportSymbols, const DenseSet<GlobalValue::GUID> &VisibleToRegularObjSymbols) argument

Completed in 121 milliseconds