Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm-c/
DBitReader.h32 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
/external/llvm/include/llvm-c/
DBitReader.h40 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitReader.cpp22 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode() function
/external/llvm/tools/llvm-c-test/
Dmodule.c50 Ret = LLVMParseBitcode(MB, &M, &msg); in llvm_load_module()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp26 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode() function
/external/llvm/docs/
DReleaseNotes.rst45 * .. note about C API functions LLVMParseBitcode,