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

  /external/llvm/include/llvm/IR/
GVMaterializer.h 52 virtual void Dematerialize(GlobalValue *) {}
  /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...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 122 milliseconds