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

/external/llvm/include/llvm/IR/
H A DIRBuilder.h94 SetCurrentDebugLocation(I->getDebugLoc());
118 void SetCurrentDebugLocation(const DebugLoc &L) { function in class:llvm::IRBuilderBase
213 Builder.SetCurrentDebugLocation(DbgLoc);
462 SetCurrentDebugLocation(IP->getDebugLoc());
468 SetCurrentDebugLocation(cast<Instruction>(U.getUser())->getDebugLoc());

Completed in 760 milliseconds