Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DBitReader.h75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
/external/llvm/tools/llvm-c-test/
Ddiagnostic.c73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler()
Dmodule.c43 Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_load_module()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp145 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2() function