Searched refs:SourceLocToDebugLoc (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 893 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 D | CGDebugInfo.h | 426 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
|
| H A D | CGStmtOpenMP.cpp | 2092 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 D | CodeGenFunction.cpp | 2731 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction 2733 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1436 VoidPtr->setDebugLoc(DI->SourceLocToDebugLoc(VD->getLocation())); in emitGenericVarsProlog()
|
| H A D | CodeGenFunction.h | 3016 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
|
| H A D | CGDebugInfo.cpp | 5697 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo
|