Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp686 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()
H A DCGDebugInfo.h386 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
H A DCodeGenFunction.cpp2560 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction
2562 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
H A DCGStmtOpenMP.cpp1335 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()
H A DCodeGenFunction.h2638 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
H A DCGDebugInfo.cpp4472 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo