Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp2139 llvm::Value *CodeGenFunction::EmitSEHExceptionCode() { in EmitSEHExceptionCode() function in CodeGenFunction
H A DCodeGenFunction.h3300 llvm::Value *EmitSEHExceptionCode();
H A DCGBuiltin.cpp4608 return RValue::get(EmitSEHExceptionCode()); in EmitBuiltinExpr()