Searched refs:MaterializeModule (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/
H A DGVMaterializer.h57 /// MaterializeModule - make sure the entire Module has been completely read.
61 virtual bool MaterializeModule(Module *M, std::string *ErrInfo = 0) = 0;
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h210 virtual bool MaterializeModule(Module *M, std::string *ErrInfo = 0);
H A DBitcodeReader.cpp2822 bool BitcodeReader::MaterializeModule(Module *M, std::string *ErrInfo) { function in class:BitcodeReader
/external/llvm/lib/VMCore/
H A DModule.cpp421 return Materializer->MaterializeModule(this, ErrInfo);

Completed in 84 milliseconds