Searched refs:SourceLocToDebugLoc (Results 1 – 6 of 6) sorted by relevance
686 SourceLocToDebugLoc(R.getBegin()), in EmitWhileStmt()687 SourceLocToDebugLoc(R.getEnd())); in EmitWhileStmt()788 SourceLocToDebugLoc(R.getBegin()), in EmitDoStmt()789 SourceLocToDebugLoc(R.getEnd())); in EmitDoStmt()846 SourceLocToDebugLoc(R.getBegin()), in EmitForStmt()847 SourceLocToDebugLoc(R.getEnd())); in EmitForStmt()947 SourceLocToDebugLoc(R.getBegin()), in EmitCXXForRangeStmt()948 SourceLocToDebugLoc(R.getEnd())); in EmitCXXForRangeStmt()
386 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
2560 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction2562 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
1335 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()1336 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop()1793 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop()1794 SourceLocToDebugLoc(R.getEnd())); in EmitOMPOuterLoop()
2638 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
4472 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo