Home
last modified time | relevance | path

Searched refs:MaterializeAllPermanently (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp37 if (M->MaterializeAllPermanently(ErrStr)) in create()
/external/swiftshader/third_party/LLVM/tools/lli/
Dlli.cpp188 if (Mod->MaterializeAllPermanently(&ErrorMsg)) { in main()
/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h417 bool MaterializeAllPermanently(std::string *ErrInfo = 0);
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp94 if(mod->getLLVVMModule()->MaterializeAllPermanently(&errMsg)) in addModule()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DModule.cpp369 bool Module::MaterializeAllPermanently(std::string *ErrInfo) { in MaterializeAllPermanently() function in Module
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2988 if (M->MaterializeAllPermanently(ErrMsg)) { in ParseBitcodeFile()