Home
last modified time | relevance | path

Searched defs:Materialize (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Expression/
DMaterializer.cpp149 …void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Er… in Materialize() function in EntityPersistentVariable
421 …void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Er… in Materialize() function in EntityVariable
729 …void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Er… in Materialize() function in EntityResultVariable
996 …void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Er… in Materialize() function in EntitySymbol
1124 …void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Er… in Materialize() function in EntityRegister
1307 Materializer::Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_add… in Materialize() function in Materializer
/external/llvm/lib/IR/
DGlobals.cpp37 bool GlobalValue::Materialize(std::string *ErrInfo) { in Materialize() function in GlobalValue
DModule.cpp393 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) { in Materialize() function in Module
/external/clang/lib/AST/
DExpr.cpp1647 if (MaterializeTemporaryExpr *Materialize in getSubExprAsWritten() local
2392 if (MaterializeTemporaryExpr *Materialize in IgnoreParenCasts() local
2413 if (MaterializeTemporaryExpr *Materialize in IgnoreCasts() local
2440 } else if (MaterializeTemporaryExpr *Materialize in IgnoreParenLValueCasts() local
2479 if (MaterializeTemporaryExpr *Materialize in IgnoreParenImpCasts() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3207 std::error_code BitcodeReader::Materialize(GlobalValue *GV) { in Materialize() function in BitcodeReader