Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h247 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols,
252 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols,
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h449 DenseSet<GlobalValue::GUID> DynamicExportSymbols; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp827 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols, in updateVCallVisibilityInModule() argument
840 !DynamicExportSymbols.count(GV.getGUID()) && in updateVCallVisibilityInModule()
896 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols, in updateVCallVisibilityInIndex() argument
903 if (DynamicExportSymbols.count(P.first)) in updateVCallVisibilityInIndex()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1157 DynamicExportSymbols.insert(GUID); in run()
1302 DynamicExportSymbols, Conf.ValidateAllVtablesHaveTypeInfos, in runRegularLTO()
1761 DynamicExportSymbols, VisibleToRegularObjSymbols); in runThinLTO()