Searched refs:SourceLocToDebugLoc (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 806 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()
|
D | CGDebugInfo.h | 405 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
|
D | CodeGenFunction.cpp | 2553 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction 2555 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
|
D | CGStmtOpenMP.cpp | 1880 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()
|
D | CodeGenFunction.h | 2912 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
|
D | CGDebugInfo.cpp | 5008 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo
|