Searched refs:LayoutTypes (Results 1 – 2 of 2) sorted by relevance
174 llvm::DenseMap<const clang::RecordType *, llvm::TargetExtType *> LayoutTypes; variable
284 const auto Entry = LayoutTypes.find(StructType); in getHLSLBufferLayoutType()285 if (Entry != LayoutTypes.end()) in getHLSLBufferLayoutType()294 LayoutTypes[StructType] = LayoutTy; in addHLSLBufferLayoutType()