Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h244 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols);
247 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
DLTO.h446 DenseSet<GlobalValue::GUID> DynamicExportSymbols; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp796 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols) { in updateVCallVisibilityInModule() argument
807 !DynamicExportSymbols.count(GV.getGUID())) in updateVCallVisibilityInModule()
816 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols) { in updateVCallVisibilityInIndex() argument
826 DynamicExportSymbols.count(P.first)) in updateVCallVisibilityInIndex()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTO.cpp1012 DynamicExportSymbols.insert(GUID); in run()
1099 DynamicExportSymbols); in runRegularLTO()
1448 DynamicExportSymbols); in runThinLTO()