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

  /external/lldb/include/lldb/Expression/
Materializer.h 1 //===-- Materializer.h ------------------------------------------*- C++ -*-===//
25 class Materializer
28 Materializer ();
29 ~Materializer ();
58 friend class Materializer;
60 Dematerializer (Materializer &materializer,
64 m_materializer(&materializer),
75 Materializer *m_materializer;
  /external/lldb/source/Expression/
Materializer.cpp 1 //===-- Materializer.cpp ----------------------------------------*- C++ -*-===//
15 #include "lldb/Expression/Materializer.h"
29 Materializer::AddStructMember (Entity &entity)
50 Materializer::Entity::SetSizeAndAlignmentFromType (ClangASTType &type)
65 class EntityPersistentVariable : public Materializer::Entity
396 Materializer::AddPersistentVariable (lldb::ClangExpressionVariableSP &persistent_variable_sp, Error &err)
405 class EntityVariable : public Materializer::Entity
704 Materializer::AddVariable (lldb::VariableSP &variable_sp, Error &err)
713 class EntityResultVariable : public Materializer::Entity
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 205 Materializer; ///< Used to materialize GlobalValues
449 /// Materializer. To reset the materializer for a module that already has one,
451 /// its materializer without materializing any more GlobalValues. Without
452 /// destroying the Module, there is no way to detach or destroy a materializer
457 GVMaterializer *getMaterializer() const { return Materializer.get(); }
479 /// Materializer. If the module is corrupt, this DOES NOT clear the old
480 /// Materializer.

Completed in 162 milliseconds