Home
last modified time | relevance | path

Searched refs:LLVMParseIRInContext (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DIRReader.h31 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/irreader/
H A Dirreader_ocaml.c30 if (LLVMParseIRInContext(C, MemBuf, &M, &Message)) in llvm_parse_ir()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IRReader/
H A DIRReader.cpp110 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() function