Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp806 WhileAttrs, SourceLocToDebugLoc(R.getBegin()), in EmitWhileStmt()
807 SourceLocToDebugLoc(R.getEnd()), LoopMustProgress); in EmitWhileStmt()
907 SourceLocToDebugLoc(R.getBegin()), in EmitDoStmt()
908 SourceLocToDebugLoc(R.getEnd()), LoopMustProgress); in EmitDoStmt()
958 SourceLocToDebugLoc(R.getBegin()), in EmitForStmt()
959 SourceLocToDebugLoc(R.getEnd()), LoopMustProgress); in EmitForStmt()
1064 SourceLocToDebugLoc(R.getBegin()), in EmitCXXForRangeStmt()
1065 SourceLocToDebugLoc(R.getEnd())); in EmitCXXForRangeStmt()
DCGDebugInfo.h405 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
DCodeGenFunction.cpp2553 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction
2555 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
DCGStmtOpenMP.cpp1880 AS->getAttrs(), SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
1881 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop()
1883 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
1884 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop()
2427 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop()
2428 SourceLocToDebugLoc(R.getEnd())); in EmitOMPOuterLoop()
DCodeGenFunction.h2912 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
DCGDebugInfo.cpp5008 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo