Searched defs:Materialize (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/VMCore/
H A DGlobals.cpp35 bool GlobalValue::Materialize(std::string *ErrInfo) { function in class:GlobalValue
36 return getParent()->Materialize(this, ErrInfo);
H A DModule.cpp407 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) { function in class:Module
409 return Materializer->Materialize(GV, ErrInfo);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp38 F->Materialize();
2767 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) { function in class:BitcodeReader
2824 "Can only Materialize the Module this BitcodeReader is attached to.");
2830 Materialize(F, ErrInfo))

Completed in 316 milliseconds