Searched refs:LLVMCreateMemoryBufferWithContentsOfFile (Results 1 – 9 of 9) sorted by relevance
/external/llvm/bindings/go/llvm/ |
D | bitreader.go | 35 result := C.LLVMCreateMemoryBufferWithContentsOfFile(cfilename, &buf, &errmsg)
|
D | ir.go | 1776 fail := C.LLVMCreateMemoryBufferWithContentsOfFile(cpath, &b.C, &cmsg)
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 161 result = lib.LLVMCreateMemoryBufferWithContentsOfFile(filename, 492 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p, 494 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 1063 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
|
/external/llvm/include/llvm-c/ |
D | Core.h | 3156 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1971 if (LLVMCreateMemoryBufferWithContentsOfFile(String_val(Path), in llvm_memorybuffer_of_file()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 2355 if (LLVMCreateMemoryBufferWithContentsOfFile(String_val(Path), in llvm_memorybuffer_of_file()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 2264 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile( in LLVMCreateMemoryBufferWithContentsOfFile() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 3128 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile( in LLVMCreateMemoryBufferWithContentsOfFile() function
|