Searched refs:SourceLocToDebugLoc (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 904 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 D | CGDebugInfo.h | 425 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Loc);
|
H A D | CGStmtOpenMP.cpp | 2100 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 D | CodeGenFunction.cpp | 2846 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc() function in CodeGenFunction 2848 return DI->SourceLocToDebugLoc(Location); in SourceLocToDebugLoc()
|
H A D | CGOpenMPRuntimeGPU.cpp | 1084 VoidPtr->setDebugLoc(DI->SourceLocToDebugLoc(VD->getLocation())); in emitGenericVarsProlog()
|
H A D | CodeGenFunction.h | 3018 llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);
|
H A D | CGDebugInfo.cpp | 5738 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc() function in CGDebugInfo
|