Searched refs:SourceLocToDebugLoc (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1025 WhileAttrs, SourceLocToDebugLoc(R.getBegin()), in EmitWhileStmt() 1026 SourceLocToDebugLoc(R.getEnd()), in EmitWhileStmt() 1150 SourceLocToDebugLoc(R.getBegin()), in EmitDoStmt() 1151 SourceLocToDebugLoc(R.getEnd()), in EmitDoStmt() 1204 SourceLocToDebugLoc(R.getBegin()), in EmitForStmt() 1205 SourceLocToDebugLoc(R.getEnd()), in EmitForStmt() 1342 SourceLocToDebugLoc(R.getBegin()), in EmitCXXForRangeStmt() 1343 SourceLocToDebugLoc(R.getEnd())); in EmitCXXForRangeStmt()
|
H A D | CGDebugInfo.h | 457 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
|
H A D | CGOpenMPRuntimeGPU.cpp | 1090 VoidPtr->setDebugLoc(DI->SourceLocToDebugLoc(VD->getLocation())); in emitGenericVarsProlog() 1699 CodeGenIP, CGF.SourceLocToDebugLoc(Loc)); in emitReduction()
|
H A D | CGStmtOpenMP.cpp | 2128 AS->getAttrs(), SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop() 2129 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop() 2131 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop() 2132 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop() 2787 auto DL = SourceLocToDebugLoc(S.getBeginLoc()); in EmitOMPUnrollDirective() 2864 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop() 2865 SourceLocToDebugLoc(R.getEnd())); in EmitOMPOuterLoop()
|
H A D | CodeGenFunction.cpp | 3022 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction 3024 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
|
H A D | CodeGenFunction.h | 3320 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
|
H A D | CGDebugInfo.cpp | 6095 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo
|