Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h92 DebugLoc getCurDebugLoc() const { return DbgLoc; } in getCurDebugLoc() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h582 DebugLoc getCurDebugLoc() const { in getCurDebugLoc() function
DSelectionDAGISel.cpp905 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad()
1374 FindSplitPointForStackProtector(ParentMBB, SDB->getCurDebugLoc()); in FinishBasicBlock()
DSelectionDAGBuilder.cpp4613 FuncInfo.ArgDbgValues.push_back(BuildMI(MF, getCurDebugLoc(), in EmitFuncArgumentDbgValue()
4619 BuildMI(MF, getCurDebugLoc(), TII->get(TargetOpcode::DBG_VALUE)) in EmitFuncArgumentDbgValue()
4640 DebugLoc dl = getCurDebugLoc(); in visitIntrinsicCall()