Method LLVMGetModuleFlag
LLVMGetModuleFlag(LLVMModuleRef, String, size_t)
TODO: Provide summary for Function LLVMGetModuleFlag
Declaration
public static LLVMMetadataRef LLVMGetModuleFlag(LLVMModuleRef M, string Key, size_t KeyLen)
Parameters
public static LLVMMetadataRef LLVMGetModuleFlag(LLVMModuleRef M, string Key, size_t KeyLen)
LLVMModuleRef | M | TODO: Provide details of parameter M |
String | Key | TODO: Provide details of parameter Key |
size_t | KeyLen | TODO: Provide details of parameter KeyLen |
Returns
LLVMMetadataRef | TODO: Document return value |