Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcore.py163 result = lib.LLVMCreateMemoryBufferWithContentsOfFile(filename,
497 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p,
499 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h4115 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c2295 if (LLVMCreateMemoryBufferWithContentsOfFile(String_val(Path), &MemBuf, in llvm_memorybuffer_of_file()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp4002 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile( in LLVMCreateMemoryBufferWithContentsOfFile() function