Searched refs:getCurDebugLoc (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 230 DebugLoc getCurDebugLoc() const { return DbgLoc; } in getCurDebugLoc() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 927 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad() 968 *MBB, MBB->begin(), SDB->getCurDebugLoc(), in PrepareEHLandingPad() 989 BuildMI(*ClauseBB, ClauseBB->begin(), SDB->getCurDebugLoc(), II) in PrepareEHLandingPad() 1491 FindSplitPointForStackProtector(ParentMBB, SDB->getCurDebugLoc()); in FinishBasicBlock()
|
D | SelectionDAGBuilder.h | 587 DebugLoc getCurDebugLoc() const { in getCurDebugLoc() function
|
D | SelectionDAGBuilder.cpp | 4540 DebugLoc dl = getCurDebugLoc(); in visitIntrinsicCall()
|