NameMangling#

enum class Halide::NameMangling#

An enum to specify calling convention for extern stages.

Values:

enumerator Default#

Match whatever is specified in the Target.

enumerator C#

No name mangling.

enumerator CPlusPlus#

C++ name mangling.