TargetCPP.thunkMangle

Get mangle name of a this-adjusting thunk to the given function declaration for C++ ABI.

struct TargetCPP
extern (C++)
const(char)*
thunkMangle

Parameters

fd FuncDeclaration

function with C++ linkage

offset int

call offset to the vptr

Return Value

Type: const(char)*

string mangling of C++ thunk, or null if unhandled

Suggestion Box / Bug Report