Searched refs:LLVMCreateMemoryBufferWithContentsOfFile (Results 1 – 4 of 4) sorted by relevance
161 result = lib.LLVMCreateMemoryBufferWithContentsOfFile(filename,495 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p,497 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
2758 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
2153 if (LLVMCreateMemoryBufferWithContentsOfFile(String_val(Path), in llvm_memorybuffer_of_file()
2604 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile( in LLVMCreateMemoryBufferWithContentsOfFile() function