Searched refs:LLVMCreateMemoryBufferWithContentsOfFile (Results 1 – 6 of 6) sorted by relevance
34 result := C.LLVMCreateMemoryBufferWithContentsOfFile(cfilename, &buf, &errmsg)
1768 fail := C.LLVMCreateMemoryBufferWithContentsOfFile(cpath, &b.C, &cmsg)
161 result = lib.LLVMCreateMemoryBufferWithContentsOfFile(filename,495 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p,497 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
2882 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
2288 if (LLVMCreateMemoryBufferWithContentsOfFile(String_val(Path), in llvm_memorybuffer_of_file()
2781 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile( in LLVMCreateMemoryBufferWithContentsOfFile() function