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

/external/llvm/lib/IR/
H A DGlobals.cpp37 bool GlobalValue::Materialize(std::string *ErrInfo) { function in class:GlobalValue
38 return getParent()->Materialize(this, ErrInfo);
H A DModule.cpp393 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) { function in class:Module
397 std::error_code EC = Materializer->Materialize(GV);
/external/lldb/source/Expression/
H A DMaterializer.cpp149 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err) function in class:EntityPersistentVariable
157 log->Printf("EntityPersistentVariable::Materialize [address = 0x%" PRIx64 ", m_name = %s, m_flags = 0x%hx]",
421 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err) function in class:EntityVariable
428 log->Printf("EntityVariable::Materialize [address = 0x%" PRIx64 ", m_variable_sp = %s]",
729 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err) function in class:EntityResultVariable
996 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err) function in class:EntitySymbol
1004 log->Printf("EntitySymbol::Materialize [address = 0x%" PRIx64 ", m_symbol = %s]",
1124 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err) function in class:EntityRegister
1132 log->Printf("EntityRegister::Materialize [address = 0x%" PRIx64 ", m_register_info = %s]",
1307 Materializer::Materialize (lld function in class:Materializer
[all...]
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp37 F->Materialize();
3207 std::error_code BitcodeReader::Materialize(GlobalValue *GV) { function in class:BitcodeReader
3263 "Can only Materialize the Module this BitcodeReader is attached to.");
3269 if (std::error_code EC = Materialize(F))

Completed in 285 milliseconds