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

/external/llvm/include/llvm/IR/
H A DIRBuilder.h98 SetCurrentDebugLocation(I->getDebugLoc());
107 SetCurrentDebugLocation(IP->getDebugLoc());
111 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } function in class:llvm::IRBuilderBase
204 Builder.SetCurrentDebugLocation(DbgLoc);

Completed in 78 milliseconds