Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1118 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 DCGDebugInfo.h482 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
H A DCGOpenMPRuntimeGPU.cpp1089 VoidPtr->setDebugLoc(DI->SourceLocToDebugLoc(VD->getLocation())); in emitGenericVarsProlog()
1697 CodeGenIP, CGF.SourceLocToDebugLoc(Loc)); in emitReduction()
H A DCGStmtOpenMP.cpp2175 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 DCodeGenFunction.cpp3228 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction
3230 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
H A DCodeGenFunction.h3366 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
H A DCGDebugInfo.cpp6358 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo