Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGException.cpp362 llvm::FunctionCallee CXXFn = getPersonalityFn(*this, CXX); in SimplifyPersonality() local
365 if (Fn->getType() != CXXFn.getCallee()->getType()) in SimplifyPersonality()
368 Fn->replaceAllUsesWith(CXXFn.getCallee()); in SimplifyPersonality()