Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_backend.cpp924 std::vector<llvm::Type*> HelperFunctionParameterTys; in dumpExportFunctionInfo() local
930 HelperFunctionParameterTys.push_back( in dumpExportFunctionInfo()
943 HelperFunctionParameterTys.push_back(Ty); in dumpExportFunctionInfo()
948 llvm::StructType::get(mLLVMContext, HelperFunctionParameterTys); in dumpExportFunctionInfo()