Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h46 template <typename T> struct ViewArray { struct
50 ViewArray() = default; argument
51 ViewArray(StringRef D, size_t S) : Data(D), Stride(S) {} in ViewArray() function
63 iterator(const ViewArray &A, const char *C) in iterator() argument
121 using ResourceArray = ViewArray<dxbc::PSV::v2::ResourceBindInfo>; argument