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