LLVM: Bit Reader (original) (raw)

Functions
LLVM_C_ABI LLVM_ATTRIBUTE_C_DEPRECATED (LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, char **OutMessage), "Use of the global context is deprecated, use LLVMParseBitcodeInContext2 " "instead")
LLVM_C_ABI LLVM_ATTRIBUTE_C_DEPRECATED (LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule), "Use of the global context is deprecated, use LLVMParseBitcodeInContext2 " "instead")
LLVM_C_ABI LLVMBool LLVMParseBitcodeInContext (LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, char **OutMessage)
LLVM_C_ABI LLVMBool LLVMParseBitcodeInContext2 (LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule)
LLVM_C_ABI LLVMBool LLVMGetBitcodeModuleInContext (LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, char **OutMessage)
Reads a module from the specified path, returning via the OutMP parameter a module provider which performs lazy deserialization.
LLVM_C_ABI LLVMBool LLVMGetBitcodeModuleInContext2 (LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM)
Reads a module from the given memory buffer, returning via the OutMP parameter a module provider which performs lazy deserialization.
LLVM_C_ABI LLVM_ATTRIBUTE_C_DEPRECATED (LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, char **OutMessage), "Use of the global context is deprecated, use " "LLVMGetBitcodeModuleInContext2 instead")
LLVM_C_ABI LLVM_ATTRIBUTE_C_DEPRECATED (LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM), "Use of the global context is deprecated, use " "LLVMGetBitcodeModuleInContext2 instead")

LLVM_ATTRIBUTE_C_DEPRECATED() [1/4]

LLVM_C_ABI LLVM_ATTRIBUTE_C_DEPRECATED ( LLVMBool _LLVMGetBitcodeModule_LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, char **OutMessage,
"Use of the global context is deprecated,
use " "LLVMGetBitcodeModuleInContext2 instead" )

LLVM_ATTRIBUTE_C_DEPRECATED() [2/4]

LLVM_C_ABI LLVM_ATTRIBUTE_C_DEPRECATED ( LLVMBool _LLVMGetBitcodeModule2_LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
"Use of the global context is deprecated,
use " "LLVMGetBitcodeModuleInContext2 instead" )

LLVM_ATTRIBUTE_C_DEPRECATED() [3/4]

LLVM_C_ABI LLVM_ATTRIBUTE_C_DEPRECATED ( LLVMBool _LLVMParseBitcode_LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, char **OutMessage,
"Use of the global context is deprecated,
use LLVMParseBitcodeInContext2 " "instead" )

LLVM_ATTRIBUTE_C_DEPRECATED() [4/4]

LLVM_C_ABI LLVM_ATTRIBUTE_C_DEPRECATED ( LLVMBool _LLVMParseBitcode2_LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
"Use of the global context is deprecated,
use LLVMParseBitcodeInContext2 " "instead" )

LLVMGetBitcodeModuleInContext()

LLVMGetBitcodeModuleInContext2()

LLVMParseBitcodeInContext()

LLVMParseBitcodeInContext2()