Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DHLSLBufferLayoutBuilder.cpp157 llvm::TargetExtType *NewLayoutTy = llvm::TargetExtType::get( in createLayoutType() local
159 if (NewLayoutTy) in createLayoutType()
160 CGM.getHLSLRuntime().addHLSLBufferLayoutType(RT, NewLayoutTy); in createLayoutType()
161 return NewLayoutTy; in createLayoutType()