HomeSort by relevance Sort by last modified time
    Searched defs:OwnerTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
MetadataTracking.h 88 typedef PointerUnion<MetadataAsValue *, Metadata *> OwnerTy;
94 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
Metadata.h 208 typedef MetadataTracking::OwnerTy OwnerTy;
213 SmallDenseMap<void *, std::pair<OwnerTy, uint64_t>, 4> UseMap;
237 void addRef(void *Ref, OwnerTy Owner);
    [all...]

Completed in 1294 milliseconds