Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dbitreader.go34 result := C.LLVMCreateMemoryBufferWithContentsOfFile(cfilename, &buf, &errmsg)
H A Dir.go1912 fail := C.LLVMCreateMemoryBufferWithContentsOfFile(cpath, &b.C, &cmsg)
/llvm-project-15.0.7/llvm/bindings/python/llvm/
H A Dcore.py163 result = lib.LLVMCreateMemoryBufferWithContentsOfFile(filename,
506 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p,
508 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h4143 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c2364 if (LLVMCreateMemoryBufferWithContentsOfFile(String_val(Path), &MemBuf, in llvm_memorybuffer_of_file()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp4092 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile( in LLVMCreateMemoryBufferWithContentsOfFile() function