Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DBitReader.h76 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Dmodule.c47 Ret = LLVMGetBitcodeModule(MB, &M, &msg); in llvm_load_module()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitReader.cpp123 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() function