Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dbitreader.go43 if C.LLVMParseBitcode2(buf, &m.C) == 0 {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DBitReader.h44 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dmodule.c44 Ret = LLVMParseBitcode2(MB, &M); in llvm_load_module()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp30 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode2() function