Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h274 struct TypedInfo { struct
278 bool operator==(const TypedInfo &RHS) const { argument
282 bool operator!=(const TypedInfo &RHS) const { return !(*this == RHS); }
283 bool operator<(const TypedInfo &RHS) const {
319 LLVM_ABI TypedInfo getTyped() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp533 ResourceTypeInfo::TypedInfo ResourceTypeInfo::getTyped() const { in getTyped()
604 TypedInfo Typed = getTyped(); in print()
725 ResourceTypeInfo::TypedInfo Typed = RTI.getTyped(); in getAnnotateProps()