Searched refs:materializeAll (Results 1 – 8 of 8) sorted by relevance
138 if (std::error_code EC = M->materializeAll()){ in convertLLVMToSPIRV()258 if (std::error_code EC = M->materializeAll()){ in regularizeLLVM()
38 if (std::error_code EC = M->materializeAll()) { in create()
167 (*MOrErr)->materializeAll(); in openInputFile()
254 M->materializeAll(); in main()
414 std::error_code Module::materializeAll() { in materializeAll() function in Module
479 std::error_code materializeAll();
411 if (std::error_code EC = Mod->materializeAll()) { in main()
6561 if (std::error_code EC = M->materializeAll()) in getBitcodeModuleImpl()