Searched refs:LLVMParseIRInContext (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | IRReader.h | 38 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/irreader/ |
| H A D | irreader_ocaml.c | 30 if (LLVMParseIRInContext(C, MemBuf, &M, &Message)) in llvm_parse_ir()
|
| /llvm-project-15.0.7/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 110 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() function
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/ |
| H A D | OrcV2CBindingsLazy.c | 84 if (LLVMParseIRInContext(Ctx, MB, &M, &ErrMsg)) { in parseExampleModule()
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/ |
| H A D | OrcV2CBindingsVeryLazy.c | 91 if (LLVMParseIRInContext(Ctx, MB, &M, &ErrMsg)) { in parseExampleModule()
|