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

/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h90 DebugLoc getCurDebugLoc() const { return DL; } function in class:llvm::FastISel
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h578 DebugLoc getCurDebugLoc() const { function in class:llvm::SelectionDAGBuilder
H A DSelectionDAGISel.cpp886 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II)
1325 FindSplitPointForStackProtector(ParentMBB, SDB->getCurDebugLoc());
H A DSelectionDAGBuilder.cpp4534 FuncInfo.ArgDbgValues.push_back(BuildMI(MF, getCurDebugLoc(),
4540 BuildMI(MF, getCurDebugLoc(), TII->get(TargetOpcode::DBG_VALUE))
4561 DebugLoc dl = getCurDebugLoc();

Completed in 170 milliseconds