Home
last modified time | relevance | path

Searched refs:parseIR (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/IRReader/
DIRReader.cpp66 std::unique_ptr<Module> llvm::parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err, in parseIR() function in llvm
95 return parseIR(FileOrErr.get()->getMemBufferRef(), Err, Context); in parseIRFile()
109 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release()); in LLVMParseIRInContext()
/external/llvm/unittests/Analysis/
DLoopPassManagerTest.cpp102 std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
114 : M(parseIR(Context, "define void @f() {\n" in LoopPassManagerTest()
DCGSCCPassManagerTest.cpp211 std::unique_ptr<Module> parseIR(const char *IR) { in parseIR() function
221 auto M = parseIR("define void @f() {\n" in TEST()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IRReader/
DIRReader.h40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
/external/llvm/include/llvm/IRReader/
DIRReader.h40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
/external/llvm/unittests/IR/
DPassManagerTest.cpp158 std::unique_ptr<Module> parseIR(LLVMContext &Context, const char *IR) { in parseIR() function
170 : M(parseIR(Context, "define void @f() {\n" in PassManagerTest()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp200 std::unique_ptr<Module> newModule = parseIR(pMem.get()->getMemBufferRef(), Err, mContext); in SetupModuleFromIR()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp806 TheModule = parseIR(MainFile->getMemBufferRef(), Err, *VMContext); in ExecuteAction()