Home
last modified time | relevance | path

Searched refs:ValidateAllVtablesHaveTypeInfos (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp214 static cl::opt<bool> ValidateAllVtablesHaveTypeInfos( variable
357 if (ValidateAllVtablesHaveTypeInfos.getNumOccurrences() > 0) in run()
358 Conf.ValidateAllVtablesHaveTypeInfos = ValidateAllVtablesHaveTypeInfos; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h82 bool ValidateAllVtablesHaveTypeInfos = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h250 bool ValidateAllVtablesHaveTypeInfos,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1316 (!Conf.ValidateAllVtablesHaveTypeInfos || Conf.AllVtablesHaveTypeInfos); in runRegularLTO()
1330 DynamicExportSymbols, Conf.ValidateAllVtablesHaveTypeInfos, in runRegularLTO()
1940 (!Conf.ValidateAllVtablesHaveTypeInfos || Conf.AllVtablesHaveTypeInfos); in runThinLTO()
1949 Conf.ValidateAllVtablesHaveTypeInfos) { in runThinLTO()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp131 c.ValidateAllVtablesHaveTypeInfos = in createConfig()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp859 bool ValidateAllVtablesHaveTypeInfos, in updateVCallVisibilityInModule() argument
876 !(ValidateAllVtablesHaveTypeInfos && in updateVCallVisibilityInModule()