Searched refs:LLVMCreateMemoryBufferWithContentsOfFile (Results 1 – 4 of 4) sorted by relevance
163 result = lib.LLVMCreateMemoryBufferWithContentsOfFile(filename,497 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p,499 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
4115 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
2295 if (LLVMCreateMemoryBufferWithContentsOfFile(String_val(Path), &MemBuf, in llvm_memorybuffer_of_file()
4002 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile( in LLVMCreateMemoryBufferWithContentsOfFile() function