Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h235 DebugLoc getCurDebugLoc() const { return DbgLoc; } in getCurDebugLoc() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h657 DebugLoc getCurDebugLoc() const { in getCurDebugLoc() function
DSelectionDAGISel.cpp995 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), in PrepareEHLandingPad()
1013 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad()
1485 FindSplitPointForStackProtector(ParentMBB, SDB->getCurDebugLoc()); in FinishBasicBlock()
DSelectionDAGBuilder.cpp4332 DebugLoc dl = getCurDebugLoc(); in visitIntrinsicCall()