Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h249 DebugLoc getCurDebugLoc() const { return DbgLoc; } in getCurDebugLoc() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h481 DebugLoc getCurDebugLoc() const { in getCurDebugLoc() function
H A DSelectionDAGISel.cpp1262 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), in PrepareEHLandingPad()
1275 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad()
1418 bool Inserted = SwiftError->createEntriesInEntryBlock(SDB->getCurDebugLoc()); in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.cpp5761 DebugLoc dl = getCurDebugLoc(); in visitIntrinsicCall()