Home
last modified time | relevance | path

Searched refs:OwnerTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp206 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track()
251 SmallVector<std::pair<OwnerTy, uint64_t> *> MDUsersWithID; in getAllArgListUsers()
253 OwnerTy Owner = Pair.second.first; in getAllArgListUsers()
273 SmallVector<std::pair<OwnerTy, uint64_t> *> DVRUsersWithID; in getAllDbgVariableRecordUsers()
275 OwnerTy Owner = Pair.second.first; in getAllDbgVariableRecordUsers()
296 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef()
341 std::pair<void *, std::pair<MetadataTracking::OwnerTy, uint64_t>>; in SalvageDebugInfo()
346 MetadataTracking::OwnerTy Owner = Pair.second.first; in SalvageDebugInfo()
366 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in replaceAllUsesWith()
377 OwnerTy Owner = Pair.second.first; in replaceAllUsesWith()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h368 using OwnerTy = PointerUnion<MetadataAsValue *, Metadata *, DebugValueUser *>; variable
374 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
386 using OwnerTy = MetadataTracking::OwnerTy;
391 SmallDenseMap<void *, std::pair<OwnerTy, uint64_t>, 4> UseMap;
423 void addRef(void *Ref, OwnerTy Owner);