Home
last modified time | relevance | path

Searched defs:IsVisibleToRegularObj (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp786 typeIDVisibleToRegularObj(StringRef TypeID,function_ref<bool (StringRef)> IsVisibleToRegularObj) typeIDVisibleToRegularObj() argument
810 skipUpdateDueToValidation(GlobalVariable & GV,function_ref<bool (StringRef)> IsVisibleToRegularObj) skipUpdateDueToValidation() argument
829 updateVCallVisibilityInModule(Module & M,bool WholeProgramVisibilityEnabledInLTO,const DenseSet<GlobalValue::GUID> & DynamicExportSymbols,bool ValidateAllVtablesHaveTypeInfos,function_ref<bool (StringRef)> IsVisibleToRegularObj) updateVCallVisibilityInModule() argument
883 getVisibleToRegularObjVtableGUIDs(ModuleSummaryIndex & Index,DenseSet<GlobalValue::GUID> & VisibleToRegularObjSymbols,function_ref<bool (StringRef)> IsVisibleToRegularObj) getVisibleToRegularObjVtableGUIDs() argument
/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1292 auto IsVisibleToRegularObj = [&](StringRef name) { runRegularLTO() local
1745 auto IsVisibleToRegularObj = [&](StringRef name) { runThinLTO() local