Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGException.cpp345 llvm::FunctionCallee CXXFn = getPersonalityFn(*this, CXX); in SimplifyPersonality() local
348 if (Fn->getType() != CXXFn.getCallee()->getType()) in SimplifyPersonality()
351 Fn->replaceAllUsesWith(CXXFn.getCallee()); in SimplifyPersonality()