Searched refs:SourceLocToDebugLoc (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 829 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 D | CGDebugInfo.h | 413 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
|
H A D | CodeGenFunction.cpp | 2651 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction 2653 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
|
H A D | CGStmtOpenMP.cpp | 2050 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 D | CodeGenFunction.h | 2961 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
|
H A D | CGDebugInfo.cpp | 5141 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo
|