Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h243 void updatePublicTypeTestCalls(Module &M,
/openbsd/src/gnu/llvm/llvm/lib/LTO/
DLTOCodeGenerator.cpp605 updatePublicTypeTestCalls(*MergedModule, in optimize()
DLTOBackend.cpp566 updatePublicTypeTestCalls(Mod, CombinedIndex.withWholeProgramVisibility()); in thinBackend()
DThinLTOCodeGenerator.cpp457 updatePublicTypeTestCalls(TheModule, in ProcessThinLTOModule()
DLTO.cpp1142 updatePublicTypeTestCalls(*RegularLTO.CombinedModule, in runRegularLTO()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp804 void updatePublicTypeTestCalls(Module &M, in updatePublicTypeTestCalls() function