Searched refs:Dematerialize (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/IR/
H A DGVMaterializer.h52 virtual void Dematerialize(GlobalValue *) {} function in class:llvm::GVMaterializer
H A DGlobalValue.h317 void Dematerialize();
H A DModule.h473 void Dematerialize(GlobalValue *GV);
/external/lldb/include/lldb/Expression/
H A DMaterializer.h46 void Dematerialize (Error &err,
126 virtual void Dematerialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address,
/external/llvm/lib/IR/
H A DGlobals.cpp40 void GlobalValue::Dematerialize() { function in class:GlobalValue
41 getParent()->Dematerialize(this);
H A DModule.cpp405 void Module::Dematerialize(GlobalValue *GV) { function in class:Module
407 return Materializer->Dematerialize(GV);
/external/lldb/source/Expression/
H A DMaterializer.cpp194 void Dematerialize (lldb::StackFrameSP &frame_sp, function in class:EntityPersistentVariable
207 log->Printf("EntityPersistentVariable::Dematerialize [address = 0x%" PRIx64 ", m_name = %s, m_flags = 0x%hx]",
542 void Dematerialize (lldb::StackFrameSP &frame_sp, function in class:EntityVariable
554 log->Printf("EntityVariable::Dematerialize [address = 0x%" PRIx64 ", m_variable_sp = %s]",
767 void Dematerialize (lldb::StackFrameSP &frame_sp, function in class:EntityResultVariable
774 err.SetErrorString("Tried to detmaterialize a result variable with the normal Dematerialize method");
777 void Dematerialize (lldb::ClangExpressionVariableSP &result_variable_sp, function in class:EntityResultVariable
1040 void Dematerialize (lldb::StackFrameSP &frame_sp, function in class:EntitySymbol
1053 log->Printf("EntitySymbol::Dematerialize [address = 0x%" PRIx64 ", m_symbol = %s]",
1180 void Dematerialize (lld function in class:EntityRegister
1351 Materializer::Dematerializer::Dematerialize (Error &error, lldb::ClangExpressionVariableSP &result_sp, lldb::addr_t frame_bottom, lldb::addr_t frame_top) function in class:Materializer::Dematerializer
[all...]
H A DClangUserExpression.cpp769 m_dematerializer_sp->Dematerialize(dematerialize_error, result, function_stack_bottom, function_stack_top);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h247 void Dematerialize(GlobalValue *GV) override;
H A DBitcodeReader.cpp3249 void BitcodeReader::Dematerialize(GlobalValue *GV) { function in class:BitcodeReader
/external/llvm/lib/Linker/
H A DLinkModules.cpp1499 SF->Dematerialize();
1553 SF->Dematerialize();

Completed in 141 milliseconds