File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1323,6 +1323,7 @@ extern "C" {
1323
1323
1324
1324
// Core->Values again; these don't appear in Doxygen because they're macro-generated.
1325
1325
extern "C" {
1326
+ pub fn LLVMGetValueContext ( Val : LLVMValueRef ) -> LLVMContextRef ;
1326
1327
pub fn LLVMIsAArgument ( Val : LLVMValueRef ) -> LLVMValueRef ;
1327
1328
pub fn LLVMIsABasicBlock ( Val : LLVMValueRef ) -> LLVMValueRef ;
1328
1329
pub fn LLVMIsAInlineAsm ( Val : LLVMValueRef ) -> LLVMValueRef ;
@@ -1425,6 +1426,7 @@ extern "C" {
1425
1426
extern "C" {
1426
1427
pub fn LLVMCreateBuilderInContext ( C : LLVMContextRef ) -> LLVMBuilderRef ;
1427
1428
pub fn LLVMCreateBuilder ( ) -> LLVMBuilderRef ;
1429
+ pub fn LLVMGetBuilderContext ( Builder : LLVMBuilderRef ) -> LLVMContextRef ;
1428
1430
/// Set the builder position before Instr but after any attached debug records,
1429
1431
/// or if Instr is null set the position to the end of Block.
1430
1432
pub fn LLVMPositionBuilder (
You can’t perform that action at this time.
0 commit comments