Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h45 DebugLoc CurDbgLocation; variable
109 CurDbgLocation = L; in SetCurrentDebugLocation()
114 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation()
119 if (!CurDbgLocation.isUnknown()) in SetInstDebugLocation()
120 I->setDebugLoc(CurDbgLocation); in SetInstDebugLocation()
/external/llvm/include/llvm/IR/
DIRBuilder.h72 DebugLoc CurDbgLocation; variable
133 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation()
136 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation()
141 if (CurDbgLocation) in SetInstDebugLocation()
142 I->setDebugLoc(CurDbgLocation); in SetInstDebugLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h90 DebugLoc CurDbgLocation; variable
151 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation()
154 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation()
159 if (CurDbgLocation) in SetInstDebugLocation()
160 I->setDebugLoc(CurDbgLocation); in SetInstDebugLocation()