Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h255 DebugLoc getCurDebugLoc() const { return DbgLoc; } in getCurDebugLoc() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h663 DebugLoc getCurDebugLoc() const { in getCurDebugLoc() function
H A DSelectionDAGISel.cpp1186 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), in PrepareEHLandingPad()
1199 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad()
1291 SDB->getCurDebugLoc(), TII->get(TargetOpcode::IMPLICIT_DEF), in createSwiftErrorEntriesInEntryBlock()
H A DSelectionDAGBuilder.cpp5065 DebugLoc dl = getCurDebugLoc(); in visitIntrinsicCall()