Home
last modified time | relevance | path

Searched refs:type_builder (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx389 Emit::TypeBuilder * type_builder = in get_type_Exception() local
396 Emit::FieldBuilder * field_Context = type_builder->DefineField( in get_type_Exception()
400 type_builder->DefineDefaultConstructor( c_ctor_method_attr ); in get_type_Exception()
407 type_builder->DefineConstructor( in get_type_Exception()
434 m_type_Exception = type_builder->CreateType(); in get_type_Exception()
451 Emit::TypeBuilder * type_builder = in get_type_RuntimeException() local
459 type_builder->DefineDefaultConstructor( c_ctor_method_attr ); in get_type_RuntimeException()
466 type_builder->DefineConstructor( in get_type_RuntimeException()
488 m_type_RuntimeException = type_builder->CreateType(); in get_type_RuntimeException()
506 Emit::TypeBuilder * type_builder = in get_type() local
[all …]