Searched refs:LLVMCreateMemoryBufferWithContentsOfFile (Results 1 – 6 of 6) sorted by relevance
34 result := C.LLVMCreateMemoryBufferWithContentsOfFile(cfilename, &buf, &errmsg)
1946 fail := C.LLVMCreateMemoryBufferWithContentsOfFile(cpath, &b.C, &cmsg)
163 result = lib.LLVMCreateMemoryBufferWithContentsOfFile(filename,506 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p,508 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
4054 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
2322 if (LLVMCreateMemoryBufferWithContentsOfFile(String_val(Path), &MemBuf, in llvm_memorybuffer_of_file()
4078 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile( in LLVMCreateMemoryBufferWithContentsOfFile() function