Searched refs:parseIR (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 68 std::unique_ptr<Module> llvm::parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err, in parseIR() function in llvm 102 return parseIR(FileOrErr.get()->getMemBufferRef(), Err, Context, in parseIRFile() 117 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release()); in LLVMParseIRInContext()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IRReader/ |
| H A D | IRReader.h | 55 std::unique_ptr<Module> parseIR(
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 141 Result = parseIR(*Buffer, Err, Context); in loadFile() 205 M = parseIR(MemBuf.get(), ParseErr, Context); in loadArFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 1017 if (std::unique_ptr<llvm::Module> M = parseIR(MBRef, Err, *VMContext)) in loadModule()
|