Home
last modified time | relevance | path

Searched defs:ResourceKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDXILABI.h51 enum class ResourceKind : uint32_t { enum
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp329 uint32_t ResourceKind = llvm::to_underlying(Kind); in getAnnotateProps() local