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/
H A DBitReader.h76 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dmodule.c47 Ret = LLVMGetBitcodeModule(MB, &M, &msg); in llvm_load_module()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp123 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() function