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

/external/llvm/include/llvm/
H A DIRBuilder.h84 SetCurrentDebugLocation(I->getDebugLoc());
107 /// SetCurrentDebugLocation - Set location information used by debugging
109 void SetCurrentDebugLocation(const DebugLoc &L) { function in class:llvm::IRBuilderBase
361 SetCurrentDebugLocation(IP->getDebugLoc());
367 SetCurrentDebugLocation(cast<Instruction>(U.getUser())->getDebugLoc());

Completed in 54 milliseconds