Home
last modified time | relevance | path

Searched refs:LLVMCreateMemoryBufferWithContentsOfFile (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dbitreader.go34 result := C.LLVMCreateMemoryBufferWithContentsOfFile(cfilename, &buf, &errmsg)
H A Dir.go1768 fail := C.LLVMCreateMemoryBufferWithContentsOfFile(cpath, &b.C, &cmsg)
/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py161 result = lib.LLVMCreateMemoryBufferWithContentsOfFile(filename,
495 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p,
497 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h2881 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c2279 if (LLVMCreateMemoryBufferWithContentsOfFile(String_val(Path), in llvm_memorybuffer_of_file()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2781 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile( in LLVMCreateMemoryBufferWithContentsOfFile() function