Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp904 WhileAttrs, SourceLocToDebugLoc(R.getBegin()), in EmitWhileStmt()
905 SourceLocToDebugLoc(R.getEnd()), in EmitWhileStmt()
1003 SourceLocToDebugLoc(R.getBegin()), in EmitDoStmt()
1004 SourceLocToDebugLoc(R.getEnd()), in EmitDoStmt()
1049 SourceLocToDebugLoc(R.getBegin()), in EmitForStmt()
1050 SourceLocToDebugLoc(R.getEnd()), in EmitForStmt()
1164 SourceLocToDebugLoc(R.getBegin()), in EmitCXXForRangeStmt()
1165 SourceLocToDebugLoc(R.getEnd())); in EmitCXXForRangeStmt()
H A DCGDebugInfo.h425 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.cpp2846 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction
2848 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
H A DCGOpenMPRuntimeGPU.cpp1084 VoidPtr->setDebugLoc(DI->SourceLocToDebugLoc(VD->getLocation())); in emitGenericVarsProlog()
H A DCodeGenFunction.h3018 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
H A DCGDebugInfo.cpp5738 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo