Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DIRBuilder.h54 DebugLoc CurDbgLocation; variable
111 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation()
114 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation()
119 if (CurDbgLocation) in SetInstDebugLocation()
120 I->setDebugLoc(CurDbgLocation); in SetInstDebugLocation()