Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DBitReader.h71 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dmodule.c47 Ret = LLVMGetBitcodeModule(MB, &M, &msg); in llvm_load_module()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp124 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() function