orc_compiler_append_code ( OrcCompiler* p, char const* fmt, ... )1st parameter 'p' (pointer) has base type 'struct _OrcCompiler'.
orc_compiler_get_constant ( OrcCompiler* compiler, int size, int value )1st parameter 'compiler' (pointer) has base type 'struct _OrcCompiler'.
orc_compiler_get_constant_long ( OrcCompiler* compiler, orc_uint32 a, orc_uint32 b, orc_uint32 c, orc_uint32 d )1st parameter 'compiler' (pointer) has base type 'struct _OrcCompiler'.
orc_compiler_get_constant_reg ( OrcCompiler* compiler )1st parameter 'compiler' (pointer) has base type 'struct _OrcCompiler'.
orc_compiler_get_temp_constant ( OrcCompiler* compiler, int size, int value )1st parameter 'compiler' (pointer) has base type 'struct _OrcCompiler'.
orc_compiler_get_temp_reg ( OrcCompiler* compiler )1st parameter 'compiler' (pointer) has base type 'struct _OrcCompiler'.
orc_compiler_label_new ( OrcCompiler* compiler )1st parameter 'compiler' (pointer) has base type 'struct _OrcCompiler'.
orc_compiler_try_get_constant_long ( OrcCompiler* compiler, orc_uint32 a, orc_uint32 b, orc_uint32 c, orc_uint32 d )1st parameter 'compiler' (pointer) has base type 'struct _OrcCompiler'.