Home
last modified time | relevance | path

Searched refs:CXXFn (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp350 llvm::FunctionCallee CXXFn = getPersonalityFn(*this, CXX); in SimplifyPersonality() local
353 if (Fn->getType() != CXXFn.getCallee()->getType()) in SimplifyPersonality()
356 Fn->replaceAllUsesWith(CXXFn.getCallee()); in SimplifyPersonality()