Home
last modified time | relevance | path

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

/external/spirv-llvm/tools/llvm-spirv/
Dllvm-spirv.cpp138 if (std::error_code EC = M->materializeAll()){ in convertLLVMToSPIRV()
258 if (std::error_code EC = M->materializeAll()){ in regularizeLLVM()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp38 if (std::error_code EC = M->materializeAll()) { in create()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp167 (*MOrErr)->materializeAll(); in openInputFile()
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp254 M->materializeAll(); in main()
/external/llvm/lib/IR/
DModule.cpp414 std::error_code Module::materializeAll() { in materializeAll() function in Module
/external/llvm/include/llvm/IR/
DModule.h479 std::error_code materializeAll();
/external/llvm/tools/lli/
Dlli.cpp411 if (std::error_code EC = Mod->materializeAll()) { in main()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6561 if (std::error_code EC = M->materializeAll()) in getBitcodeModuleImpl()