Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp325 llvm::Constant *CXXFn = getPersonalityFn(*this, CXX); in SimplifyPersonality() local
328 if (Fn->getType() != CXXFn->getType()) return; in SimplifyPersonality()
330 Fn->replaceAllUsesWith(CXXFn); in SimplifyPersonality()