Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DBitReader.h79 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Ddiagnostic.c72 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler()
H A Dmodule.c42 Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_load_module()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp129 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2() function