コード例 #1
0
ファイル: Generated.cs プロジェクト: rflechner/LLVMSharp
 public static extern string lto_module_get_target_triple(lto_module_t @mod);
コード例 #2
0
ファイル: Generated.cs プロジェクト: rflechner/LLVMSharp
 public static extern void lto_module_set_target_triple(lto_module_t @mod, [MarshalAs(UnmanagedType.LPStr)] string @triple);
コード例 #3
0
ファイル: Generated.cs プロジェクト: rflechner/LLVMSharp
 public static extern lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t @mod, uint @index);
コード例 #4
0
ファイル: Generated.cs プロジェクト: rflechner/LLVMSharp
 public static extern string lto_module_get_symbol_name(lto_module_t @mod, uint @index);
コード例 #5
0
ファイル: Generated.cs プロジェクト: rflechner/LLVMSharp
 public static extern uint lto_module_get_num_linkeropts(lto_module_t @mod);
コード例 #6
0
ファイル: Generated.cs プロジェクト: rflechner/LLVMSharp
 public static extern uint lto_module_get_num_symbols(lto_module_t @mod);
コード例 #7
0
ファイル: Generated.cs プロジェクト: rflechner/LLVMSharp
 public static extern string lto_module_get_linkeropt(lto_module_t @mod, uint @index);
コード例 #8
0
ファイル: Generated.cs プロジェクト: rflechner/LLVMSharp
 public static extern uint lto_module_get_num_deplibs(lto_module_t @mod);
コード例 #9
0
ファイル: Generated.cs プロジェクト: rflechner/LLVMSharp
 public static extern string lto_module_get_deplib(lto_module_t @mod, uint @index);
コード例 #10
0
ファイル: Generated.cs プロジェクト: rflechner/LLVMSharp
 public static extern void lto_module_dispose(lto_module_t @mod);
コード例 #11
0
ファイル: Generated.cs プロジェクト: rflechner/LLVMSharp
 public static extern lto_bool_t lto_codegen_add_module(lto_code_gen_t @cg, lto_module_t @mod);
コード例 #12
0
ファイル: Generated.cs プロジェクト: kingland/LLVMSharp
 public static extern string lto_module_get_linkeropts(lto_module_t @mod);
コード例 #13
0
ファイル: Generated.cs プロジェクト: kingland/LLVMSharp
 public static extern void lto_codegen_set_module(lto_code_gen_t @cg, lto_module_t @mod);