LLVM 19.0.0git
Functions
IRReader.h File Reference
#include "llvm-c/ExternC.h"
#include "llvm-c/Types.h"

Go to the source code of this file.

Functions

LLVMBool LLVMParseIRInContext (LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, char **OutMessage)
 Read LLVM IR from a memory buffer and convert it into an in-memory Module object.