Home
last modified time | relevance | path

Searched refs:LLVMCreateMemoryBufferWithContentsOfFile (Results 1 – 4 of 4) sorted by relevance

/external/llvm/bindings/python/llvm/
Dcore.py161 result = lib.LLVMCreateMemoryBufferWithContentsOfFile(filename,
495 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p,
497 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
/external/llvm/include/llvm-c/
DCore.h2758 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c2153 if (LLVMCreateMemoryBufferWithContentsOfFile(String_val(Path), in llvm_memorybuffer_of_file()
/external/llvm/lib/IR/
DCore.cpp2604 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile( in LLVMCreateMemoryBufferWithContentsOfFile() function