Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp1975 llvm::Value *CodeGenFunction::EmitSEHExceptionCode() { in EmitSEHExceptionCode() function in CodeGenFunction
H A DCodeGenFunction.h2918 llvm::Value *EmitSEHExceptionCode();
H A DCGBuiltin.cpp3316 return RValue::get(EmitSEHExceptionCode()); in EmitBuiltinExpr()