Searched refs:SourceLocToDebugLoc (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 1118 WhileAttrs, SourceLocToDebugLoc(R.getBegin()), in EmitWhileStmt() 1119 SourceLocToDebugLoc(R.getEnd()), in EmitWhileStmt() 1250 SourceLocToDebugLoc(R.getBegin()), in EmitDoStmt() 1251 SourceLocToDebugLoc(R.getEnd()), in EmitDoStmt() 1312 SourceLocToDebugLoc(R.getBegin()), in EmitForStmt() 1313 SourceLocToDebugLoc(R.getEnd()), in EmitForStmt() 1469 SourceLocToDebugLoc(R.getBegin()), in EmitCXXForRangeStmt() 1470 SourceLocToDebugLoc(R.getEnd())); in EmitCXXForRangeStmt()
|
| H A D | CGDebugInfo.h | 482 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1089 VoidPtr->setDebugLoc(DI->SourceLocToDebugLoc(VD->getLocation())); in emitGenericVarsProlog() 1697 CodeGenIP, CGF.SourceLocToDebugLoc(Loc)); in emitReduction()
|
| H A D | CGStmtOpenMP.cpp | 2175 AS->getAttrs(), SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop() 2176 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop() 2178 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop() 2179 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop() 2929 auto DL = SourceLocToDebugLoc(S.getBeginLoc()); in EmitOMPUnrollDirective() 3006 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop() 3007 SourceLocToDebugLoc(R.getEnd())); in EmitOMPOuterLoop()
|
| H A D | CodeGenFunction.cpp | 3228 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction 3230 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
|
| H A D | CodeGenFunction.h | 3366 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
|
| H A D | CGDebugInfo.cpp | 6358 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo
|