Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrettyPrinter.cpp140 struct FormatResourceDimension struct
142 FormatResourceDimension(const dxil::ResourceTypeInfo &RI, bool HasCounter) in FormatResourceDimension() function
146 bool HasCounter;
148 void format(llvm::raw_ostream &OS, StringRef Style) override { in format()