Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1025 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 DCGDebugInfo.h457 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
H A DCGOpenMPRuntimeGPU.cpp1090 VoidPtr->setDebugLoc(DI->SourceLocToDebugLoc(VD->getLocation())); in emitGenericVarsProlog()
1699 CodeGenIP, CGF.SourceLocToDebugLoc(Loc)); in emitReduction()
H A DCGStmtOpenMP.cpp2128 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 DCodeGenFunction.cpp3022 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction
3024 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
H A DCodeGenFunction.h3320 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
H A DCGDebugInfo.cpp6095 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo