Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h249 DebugLoc getCurDebugLoc() const { return DbgLoc; } in getCurDebugLoc() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h481 DebugLoc getCurDebugLoc() const { in getCurDebugLoc() function
H A DSelectionDAGISel.cpp1271 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), in PrepareEHLandingPad()
1284 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad()
1427 bool Inserted = SwiftError->createEntriesInEntryBlock(SDB->getCurDebugLoc()); in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.cpp5792 DebugLoc dl = getCurDebugLoc(); in visitIntrinsicCall()