Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp364 llvm::FunctionCallee CXXFn = getPersonalityFn(*this, CXX); in SimplifyPersonality() local
367 if (Fn->getType() != CXXFn.getCallee()->getType()) in SimplifyPersonality()
370 Fn->replaceAllUsesWith(CXXFn.getCallee()); in SimplifyPersonality()