Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DIRReader.h38 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
/llvm-project-15.0.7/llvm/bindings/ocaml/irreader/
H A Dirreader_ocaml.c30 if (LLVMParseIRInContext(C, MemBuf, &M, &Message)) in llvm_parse_ir()
/llvm-project-15.0.7/llvm/lib/IRReader/
H A DIRReader.cpp110 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() function
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/
H A DOrcV2CBindingsLazy.c84 if (LLVMParseIRInContext(Ctx, MB, &M, &ErrMsg)) { in parseExampleModule()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/
H A DOrcV2CBindingsVeryLazy.c91 if (LLVMParseIRInContext(Ctx, MB, &M, &ErrMsg)) { in parseExampleModule()