Searched refs:ParseIRFile (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
H A Dloader.cpp30 M.reset(ParseIRFile(InputFilename, Err, Context));
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRReader.h95 inline Module *ParseIRFile(const std::string &Filename, function in namespace:llvm
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
H A Dllvm-diff.cpp39 Module *M = ParseIRFile(Name, Diag, Context);
/external/swiftshader/third_party/LLVM/tools/llvm-link/
H A Dllvm-link.cpp69 Result = ParseIRFile(FNStr, Err, Context);
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DBugDriver.cpp88 Module *Result = ParseIRFile(Filename, Err, Ctxt);
/external/swiftshader/third_party/LLVM/tools/lli/
H A Dlli.cpp179 Module *Mod = ParseIRFile(InputFile, Err, Context);
/external/swiftshader/third_party/LLVM/tools/llc/
H A Dllc.cpp248 M.reset(ParseIRFile(InputFilename, Err, Context));
/external/swiftshader/third_party/LLVM/tools/opt/
H A Dopt.cpp505 M.reset(ParseIRFile(InputFilename, Err, Context));
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1121 Module *M = ParseIRFile(InputFile, Err, TheContext);
H A Dtoy.cpp1489 Module *M = ParseIRFile(InputFile, Err, TheContext);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp759 Module *M = ParseIRFile(InputFile, Err, Context);

Completed in 252 milliseconds