Home
last modified time | relevance | path

Searched refs:LLVMGetBitcodeModule2 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
DBitReader.h75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
/external/llvm/tools/llvm-c-test/
Dmodule.c44 Ret = LLVMGetBitcodeModule2(MB, &M); in load_module()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp146 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2() function