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()
347 MetadataTracking::OwnerTy Owner = Pair.second.first; in SalvageDebugInfo()
373 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in replaceAllUsesWith()
384 OwnerTy Owner = Pair.second.first; in replaceAllUsesWith()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h375 using OwnerTy = PointerUnion<MetadataAsValue *, Metadata *, DebugValueUser *>; variable
381 LLVM_ABI static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
393 using OwnerTy = MetadataTracking::OwnerTy;
398 SmallDenseMap<void *, std::pair<OwnerTy, uint64_t>, 4> UseMap;
430 void addRef(void *Ref, OwnerTy Owner);