Home
last modified time | relevance | path

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

/external/llvm/bindings/go/llvm/
Dbitreader.go35 result := C.LLVMCreateMemoryBufferWithContentsOfFile(cfilename, &buf, &errmsg)
Dir.go1776 fail := C.LLVMCreateMemoryBufferWithContentsOfFile(cpath, &b.C, &cmsg)
/external/llvm/bindings/python/llvm/
Dcore.py161 result = lib.LLVMCreateMemoryBufferWithContentsOfFile(filename,
492 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p,
494 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
/external/llvm/include/llvm-c/
DCore.h2816 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c2299 if (LLVMCreateMemoryBufferWithContentsOfFile(String_val(Path), in llvm_memorybuffer_of_file()
/external/llvm/lib/IR/
DCore.cpp2842 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile( in LLVMCreateMemoryBufferWithContentsOfFile() function