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

/freebsd-10-stable/contrib/llvm/include/llvm/
H A DGVMaterializer.h48 /// Dematerialize - If the given GlobalValue is read in, and if the
53 virtual void Dematerialize(GlobalValue *) {} function in class:llvm::GVMaterializer
/freebsd-10-stable/contrib/llvm/tools/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,
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DGlobals.cpp39 void GlobalValue::Dematerialize() { function in class:GlobalValue
40 getParent()->Dematerialize(this);
H A DModule.cpp420 void Module::Dematerialize(GlobalValue *GV) { function in class:Module
422 return Materializer->Dematerialize(GV);
/freebsd-10-stable/contrib/llvm/tools/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]",
544 void Dematerialize (lldb::StackFrameSP &frame_sp, function in class:EntityVariable
556 log->Printf("EntityVariable::Dematerialize [address = 0x%" PRIx64 ", m_variable_sp = %s]",
772 void Dematerialize (lldb::StackFrameSP &frame_sp, function in class:EntityResultVariable
779 err.SetErrorString("Tried to detmaterialize a result variable with the normal Dematerialize method");
782 void Dematerialize (lldb::ClangExpressionVariableSP &result_variable_sp, function in class:EntityResultVariable
1045 void Dematerialize (lldb::StackFrameSP &frame_sp, function in class:EntitySymbol
1058 log->Printf("EntitySymbol::Dematerialize [address = 0x%" PRIx64 ", m_symbol = %s]",
1185 void Dematerialize (lld function in class:EntityRegister
1356 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.cpp739 m_dematerializer_sp->Dematerialize(dematerialize_error, result, function_stack_bottom, function_stack_top);
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DGlobalValue.h262 /// Dematerialize - If this GlobalValue is read in, and if the GVMaterializer
265 void Dematerialize();
H A DModule.h462 /// Dematerialize - If the GlobalValue is read in, and if the GVMaterializer
465 void Dematerialize(GlobalValue *GV);
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h254 virtual void Dematerialize(GlobalValue *GV);
H A DBitcodeReader.cpp3102 void BitcodeReader::Dematerialize(GlobalValue *GV) { function in class:BitcodeReader
/freebsd-10-stable/contrib/llvm/lib/Linker/
H A DLinkModules.cpp1280 SF->Dematerialize();
1330 SF->Dematerialize();

Completed in 98 milliseconds