1 #ifndef HALIDE_CPLUSPLUS_MANGLE_H 2 #define HALIDE_CPLUSPLUS_MANGLE_H 15 struct ExternFuncArgument;
25 const std::vector<std::string> &namespaces,
27 const std::vector<ExternFuncArgument> &args,
28 const Target &target);
This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it.
void cplusplus_mangle_test()
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt) ...
Not visible externally, similar to 'static' linkage in C.
std::string cplusplus_function_mangled_name(const std::string &name, const std::vector< std::string > &namespaces, Type return_type, const std::vector< ExternFuncArgument > &args, const Target &target)
Return the mangled C++ name for a function.