Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h174 llvm::DenseMap<const clang::RecordType *, llvm::TargetExtType *> LayoutTypes; variable
H A DCGHLSLRuntime.cpp284 const auto Entry = LayoutTypes.find(StructType); in getHLSLBufferLayoutType()
285 if (Entry != LayoutTypes.end()) in getHLSLBufferLayoutType()
294 LayoutTypes[StructType] = LayoutTy; in addHLSLBufferLayoutType()