Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h114 void annotateHLSLResource(const VarDecl *D, llvm::GlobalVariable *GV);
H A DCGHLSLRuntime.cpp276 void CGHLSLRuntime::annotateHLSLResource(const VarDecl *D, GlobalVariable *GV) { in annotateHLSLResource() function in CGHLSLRuntime
H A DCGDeclCXX.cpp1052 CGM.getHLSLRuntime().annotateHLSLResource(D, Addr); in GenerateCXXGlobalVarDeclInitFunc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp118 BuiltinTypeDeclBuilder &annotateHLSLResource(ResourceClass RC, in annotateHLSLResource() function
494 .annotateHLSLResource(RC, RK, IsROV); in setupBufferType()