|
LLVM 22.0.0git
|
#include "llvm-c/BitReader.h"#include "llvm-c/Core.h"#include "llvm/Bitcode/BitcodeReader.h"#include "llvm/IR/LLVMContext.h"#include "llvm/IR/Module.h"#include "llvm/Support/MemoryBuffer.h"#include <cstring>#include <string>Go to the source code of this file.
| LLVMBool LLVMGetBitcodeModule | ( | LLVMMemoryBufferRef | MemBuf, |
| LLVMModuleRef * | OutM, | ||
| char ** | OutMessage ) |
Definition at line 124 of file BitReader.cpp.
References llvm::getGlobalContextForCAPI(), and LLVMGetBitcodeModuleInContext().
| LLVMBool LLVMGetBitcodeModule2 | ( | LLVMMemoryBufferRef | MemBuf, |
| LLVMModuleRef * | OutM ) |
Definition at line 130 of file BitReader.cpp.
References llvm::getGlobalContextForCAPI(), and LLVMGetBitcodeModuleInContext2().
| LLVMBool LLVMParseBitcode | ( | LLVMMemoryBufferRef | MemBuf, |
| LLVMModuleRef * | OutModule, | ||
| char ** | OutMessage ) |
Definition at line 23 of file BitReader.cpp.
References llvm::getGlobalContextForCAPI(), and LLVMParseBitcodeInContext().
| LLVMBool LLVMParseBitcode2 | ( | LLVMMemoryBufferRef | MemBuf, |
| LLVMModuleRef * | OutModule ) |
Definition at line 29 of file BitReader.cpp.
References llvm::getGlobalContextForCAPI(), and LLVMParseBitcodeInContext2().