OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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