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.cpp923 WhileAttrs, SourceLocToDebugLoc(R.getBegin()), in EmitWhileStmt()
924 SourceLocToDebugLoc(R.getEnd()), in EmitWhileStmt()
1022 SourceLocToDebugLoc(R.getBegin()), in EmitDoStmt()
1023 SourceLocToDebugLoc(R.getEnd()), in EmitDoStmt()
1068 SourceLocToDebugLoc(R.getBegin()), in EmitForStmt()
1069 SourceLocToDebugLoc(R.getEnd()), in EmitForStmt()
1183 SourceLocToDebugLoc(R.getBegin()), in EmitCXXForRangeStmt()
1184 SourceLocToDebugLoc(R.getEnd())); in EmitCXXForRangeStmt()
H A DCGDebugInfo.h447 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
H A DCGStmtOpenMP.cpp2100 AS->getAttrs(), SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2101 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop()
2103 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2104 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop()
2747 auto DL = SourceLocToDebugLoc(S.getBeginLoc()); in EmitOMPUnrollDirective()
2824 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop()
2825 SourceLocToDebugLoc(R.getEnd())); in EmitOMPOuterLoop()
H A DCodeGenFunction.cpp2926 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction
2928 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
H A DCGOpenMPRuntimeGPU.cpp1109 VoidPtr->setDebugLoc(DI->SourceLocToDebugLoc(VD->getLocation())); in emitGenericVarsProlog()
H A DCodeGenFunction.h3102 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
H A DCGDebugInfo.cpp5912 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo