Searched refs:SourceLocToDebugLoc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 832 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 D | CGDebugInfo.h | 413 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
|
| H A D | CodeGenFunction.cpp | 2665 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction 2667 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
|
| H A D | CGStmtOpenMP.cpp | 2058 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 D | CGOpenMPRuntimeGPU.cpp | 1418 VoidPtr->setDebugLoc(DI->SourceLocToDebugLoc(VD->getLocation())); in emitGenericVarsProlog()
|
| H A D | CodeGenFunction.h | 2961 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
|
| H A D | CGDebugInfo.cpp | 5142 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo
|