Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp829 WhileAttrs, SourceLocToDebugLoc(R.getBegin()), in EmitWhileStmt()
830 SourceLocToDebugLoc(R.getEnd()), in EmitWhileStmt()
928 SourceLocToDebugLoc(R.getBegin()), in EmitDoStmt()
929 SourceLocToDebugLoc(R.getEnd()), in EmitDoStmt()
974 SourceLocToDebugLoc(R.getBegin()), in EmitForStmt()
975 SourceLocToDebugLoc(R.getEnd()), in EmitForStmt()
1089 SourceLocToDebugLoc(R.getBegin()), in EmitCXXForRangeStmt()
1090 SourceLocToDebugLoc(R.getEnd())); in EmitCXXForRangeStmt()
H A DCGDebugInfo.h413 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
H A DCodeGenFunction.cpp2651 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction
2653 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
H A DCGStmtOpenMP.cpp2050 AS->getAttrs(), SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2051 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop()
2053 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2054 SourceLocToDebugLoc(R.getEnd())); in EmitOMPInnerLoop()
2603 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop()
2604 SourceLocToDebugLoc(R.getEnd())); in EmitOMPOuterLoop()
H A DCodeGenFunction.h2961 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
H A DCGDebugInfo.cpp5141 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo