Searched defs:CurDbgLocation (Results 1 - 1 of 1) sorted by relevance

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

Completed in 54 milliseconds