Searched refs:EmitStopPoint (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp46 void CodeGenFunction::EmitStopPoint(const Stmt *S) { function in class:CodeGenFunction
83 EmitStopPoint(S);
743 EmitStopPoint(&S);
968 EmitStopPoint(&S);
1150 EmitStopPoint(&S);
1226 EmitStopPoint(&S);
1403 EmitStopPoint(&S);
1416 EmitStopPoint(&S);
1428 EmitStopPoint(&S);
1630 EmitStopPoint(CurCas
[all...]
H A DCGStmtOpenMP.cpp2460 CGF.EmitStopPoint(&S);
4208 EmitStopPoint(&S);
4214 EmitStopPoint(&S);
4289 EmitStopPoint(&S);
4295 EmitStopPoint(&S);
4335 EmitStopPoint(&S);
4342 EmitStopPoint(&S);
4375 EmitStopPoint(&S);
4391 EmitStopPoint(&S);
6595 EmitStopPoint(
[all...]
H A DCGException.cpp2283 EmitStopPoint(&S);
H A DCodeGenFunction.h3293 /// EmitStopPoint - Emit a debug stoppoint if we are emitting debug info.
3294 void EmitStopPoint(const Stmt *S);

Completed in 238 milliseconds