DI: Reverse direction of subprogram -> function edge.
[oota-llvm.git] / bindings / go / llvm / IRBindings.h
index a53e178f1e0c2212828454067ecf292618f85b27..dcdb26eda795349cbf4b5e853ad56464aa5914e3 100644 (file)
@@ -55,6 +55,8 @@ void LLVMSetCurrentDebugLocation2(LLVMBuilderRef Bref, unsigned Line,
                                   unsigned Col, LLVMMetadataRef Scope,
                                   LLVMMetadataRef InlinedAt);
 
+void LLVMSetSubprogram(LLVMValueRef Fn, LLVMMetadataRef SP);
+
 #ifdef __cplusplus
 }