Home
last modified time | relevance | path

Searched refs:getCurDebugLoc (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h230 DebugLoc getCurDebugLoc() const { return DbgLoc; } in getCurDebugLoc() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp927 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()
DSelectionDAGBuilder.h587 DebugLoc getCurDebugLoc() const { in getCurDebugLoc() function
DSelectionDAGBuilder.cpp4540 DebugLoc dl = getCurDebugLoc(); in visitIntrinsicCall()