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

/external/llvm/include/llvm/Support/
H A DValueHandle.h197 void setValPtr(ValueTy *P) { function in class:llvm::AssertingVH
203 void setValPtr(ValueTy *P) { ThePtr = P; }
226 setValPtr(RHS);
230 setValPtr(RHS.getValPtr());
315 void setValPtr(ValueTy *P) { function in class:llvm::TrackingVH
335 setValPtr(RHS);
339 setValPtr(RHS.getValPtr());
362 /// takes it out of the map before calling setValPtr() (since the map has to
372 void setValPtr(Value *P) { function in class:llvm::CallbackVH
387 /// call setValPtr(NUL
[all...]

Completed in 77 milliseconds