Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dbit_reader.py19 result = lib.LLVMParseBitcode2(mem_buffer, byref(module))
27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
28 library.LLVMParseBitcode2.restype = bool
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DBitReader.h44 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf,
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dmodule.c44 Ret = LLVMParseBitcode2(MB, &M); in llvm_load_module()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp29 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode2() function