Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp893 WhileAttrs, SourceLocToDebugLoc(R.getBegin()), in EmitWhileStmt()
894 SourceLocToDebugLoc(R.getEnd()), in EmitWhileStmt()
992 SourceLocToDebugLoc(R.getBegin()), in EmitDoStmt()
993 SourceLocToDebugLoc(R.getEnd()), in EmitDoStmt()
1038 SourceLocToDebugLoc(R.getBegin()), in EmitForStmt()
1039 SourceLocToDebugLoc(R.getEnd()), in EmitForStmt()
1153 SourceLocToDebugLoc(R.getBegin()), in EmitCXXForRangeStmt()
1154 SourceLocToDebugLoc(R.getEnd())); in EmitCXXForRangeStmt()
H A DCGDebugInfo.h426 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
H A DCGStmtOpenMP.cpp2092 AS->getAttrs(), SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2093 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop()
2095 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2096 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop()
2689 auto DL = SourceLocToDebugLoc(S.getBeginLoc()); in EmitOMPUnrollDirective()
2766 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop()
2767 SourceLocToDebugLoc(R.getEnd())); in EmitOMPOuterLoop()
H A DCodeGenFunction.cpp2731 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction
2733 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
H A DCGOpenMPRuntimeGPU.cpp1436 VoidPtr->setDebugLoc(DI->SourceLocToDebugLoc(VD->getLocation())); in emitGenericVarsProlog()
H A DCodeGenFunction.h3016 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
H A DCGDebugInfo.cpp5697 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo