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