LLVM 17.0.0git
Functions
IRReader.h File Reference
#include "llvm-c/ExternC.h"
#include "llvm-c/Types.h"
Include dependency graph for IRReader.h:
This graph shows which files directly or indirectly include this file:

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.