Home
last modified time | relevance | path

Searched defs:WeakVH (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueHandle.h142 WeakVH() : ValueHandleBase(Weak) {} in WeakVH() function
143 WeakVH(Value *P) : ValueHandleBase(Weak, P) {} in WeakVH() function
144 WeakVH(const WeakVH &RHS) in WeakVH() function