Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDWholeProgramDevirt.h247 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols,
252 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/
HDLTO.h449 DenseSet<GlobalValue::GUID> DynamicExportSymbols; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDWholeProgramDevirt.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-13-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTO.cpp1157 DynamicExportSymbols.insert(GUID); in run()
1302 DynamicExportSymbols, Conf.ValidateAllVtablesHaveTypeInfos, in runRegularLTO()
1761 DynamicExportSymbols, VisibleToRegularObjSymbols); in runThinLTO()