Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp1767 llvm::Value *CodeGenFunction::EmitSEHExceptionCode() { in EmitSEHExceptionCode() function in CodeGenFunction
DCodeGenFunction.h2314 llvm::Value *EmitSEHExceptionCode();
DCGBuiltin.cpp1992 return RValue::get(EmitSEHExceptionCode()); in EmitBuiltinExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp2043 llvm::Value *CodeGenFunction::EmitSEHExceptionCode() { in EmitSEHExceptionCode() function in CodeGenFunction
DCodeGenFunction.h3191 llvm::Value *EmitSEHExceptionCode();
DCGBuiltin.cpp4222 return RValue::get(EmitSEHExceptionCode()); in EmitBuiltinExpr()