Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp832 WhileAttrs, SourceLocToDebugLoc(R.getBegin()), in EmitWhileStmt()
833 SourceLocToDebugLoc(R.getEnd()), in EmitWhileStmt()
931 SourceLocToDebugLoc(R.getBegin()), in EmitDoStmt()
932 SourceLocToDebugLoc(R.getEnd()), in EmitDoStmt()
977 SourceLocToDebugLoc(R.getBegin()), in EmitForStmt()
978 SourceLocToDebugLoc(R.getEnd()), in EmitForStmt()
1092 SourceLocToDebugLoc(R.getBegin()), in EmitCXXForRangeStmt()
1093 SourceLocToDebugLoc(R.getEnd())); in EmitCXXForRangeStmt()
H A DCGDebugInfo.h413 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
H A DCodeGenFunction.cpp2665 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction
2667 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
H A DCGStmtOpenMP.cpp2058 AS->getAttrs(), SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2059 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop()
2061 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2062 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop()
2630 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop()
2631 SourceLocToDebugLoc(R.getEnd())); in EmitOMPOuterLoop()
H A DCGOpenMPRuntimeGPU.cpp1418 VoidPtr->setDebugLoc(DI->SourceLocToDebugLoc(VD->getLocation())); in emitGenericVarsProlog()
H A DCodeGenFunction.h2961 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
H A DCGDebugInfo.cpp5142 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo