Home
last modified time | relevance | path

Searched refs:LLVMParseBitcode (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm-c/
DBitReader.h40 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
/external/llvm/tools/llvm-c-test/
Dmodule.c51 Ret = LLVMParseBitcode(MB, &M, &msg); in load_module()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp26 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode() function
/external/llvm/docs/
DReleaseNotes.rst52 * The C API functions LLVMParseBitcode, LLVMParseBitcodeInContext,