Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DIRBuilder.h51 DebugLoc CurDbgLocation; variable
119 CurDbgLocation = L; in SetCurrentDebugLocation()
123 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation()
128 if (!CurDbgLocation.isUnknown()) in SetInstDebugLocation()
129 I->setDebugLoc(CurDbgLocation); in SetInstDebugLocation()