HomeSort by relevance Sort by last modified time
    Searched refs:Dematerialize (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/IR/
GVMaterializer.h 52 virtual void Dematerialize(GlobalValue *) {}
GlobalValue.h 305 /// still attached to its Module and that knows how to dematerialize the
317 void Dematerialize();
Module.h 463 /// the GVMaterializer knows how to dematerialize the GV.
473 void Dematerialize(GlobalValue *GV);
  /external/lldb/include/lldb/Expression/
Materializer.h 46 void Dematerialize (Error &err,
126 virtual void Dematerialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address,
  /external/llvm/lib/IR/
Globals.cpp 40 void GlobalValue::Dematerialize() {
41 getParent()->Dematerialize(this);
Module.cpp 405 void Module::Dematerialize(GlobalValue *GV) {
407 return Materializer->Dematerialize(GV);
  /external/lldb/source/Expression/
Materializer.cpp 194 void Dematerialize (lldb::StackFrameSP &frame_sp,
207 log->Printf("EntityPersistentVariable::Dematerialize [address = 0x%" PRIx64 ", m_name = %s, m_flags = 0x%hx]",
542 void Dematerialize (lldb::StackFrameSP &frame_sp,
554 log->Printf("EntityVariable::Dematerialize [address = 0x%" PRIx64 ", m_variable_sp = %s]",
767 void Dematerialize (lldb::StackFrameSP &frame_sp,
774 err.SetErrorString("Tried to detmaterialize a result variable with the normal Dematerialize method");
777 void Dematerialize (lldb::ClangExpressionVariableSP &result_variable_sp,
791 err.SetErrorString("Couldn't dematerialize a result variable: invalid execution context scope");
803 err.SetErrorString("Couldn't dematerialize a result variable: couldn't read its address");
811 err.SetErrorString("Couldn't dematerialize a result variable: no target")
    [all...]
ClangUserExpression.cpp 769 m_dematerializer_sp->Dematerialize(dematerialize_error, result, function_stack_bottom, function_stack_top);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 246 virtual void Dematerialize(GlobalValue *GV);
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 241 virtual void Dematerialize(GlobalValue *GV);
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 247 void Dematerialize(GlobalValue *GV) override;
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]

Completed in 135 milliseconds