Home
last modified time | relevance | path

Searched defs:outDir (Results 1 – 1 of 1) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcode_generator.cpp117 std::string outDir = Options::GetInstance().GetGenerationDirectory(); in Generate() local
159 void CodeGenerator::GenIpcCCode(const AutoPtr<AST> &ast, const std::string &outDir) in GenIpcCCode()
187 void CodeGenerator::GenIpcCppCode(const AutoPtr<AST> &ast, const std::string &outDir) in GenIpcCppCode()
215 void CodeGenerator::GenIpcJavaCode(const AutoPtr<AST> &ast, const std::string &outDir) in GenIpcJavaCode()
234 void CodeGenerator::GenPassthroughCCode(const AutoPtr<AST> &ast, const std::string &outDir) in GenPassthroughCCode()
258 void CodeGenerator::GenPassthroughCppCode(const AutoPtr<AST> &ast, const std::string &outDir) in GenPassthroughCppCode()
282 void CodeGenerator::GenKernelCode(const AutoPtr<AST> &ast, const std::string &outDir) in GenKernelCode()
303 void CodeGenerator::GenLowCCode(const AutoPtr<AST> &ast, const std::string &outDir) in GenLowCCode()