Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dbitreader.go34 result := C.LLVMCreateMemoryBufferWithContentsOfFile(cfilename, &buf, &errmsg)
H A Dir.go1946 fail := C.LLVMCreateMemoryBufferWithContentsOfFile(cpath, &b.C, &cmsg)
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py163 result = lib.LLVMCreateMemoryBufferWithContentsOfFile(filename,
506 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p,
508 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h4054 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c2322 if (LLVMCreateMemoryBufferWithContentsOfFile(String_val(Path), &MemBuf, in llvm_memorybuffer_of_file()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp4078 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile( in LLVMCreateMemoryBufferWithContentsOfFile() function