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

  /external/llvm/lib/IR/
Module.cpp 46 : Context(C), Materializer(NULL), ModuleID(MID) {
388 assert(!Materializer &&
391 Materializer.reset(GVM);
395 if (Materializer)
396 return Materializer->isMaterializable(GV);
401 if (Materializer)
402 return Materializer->isDematerializable(GV);
407 if (Materializer)
408 return Materializer->Materialize(GV, ErrInfo);
413 if (Materializer)
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 203 OwningPtr<GVMaterializer> Materializer; ///< Used to materialize GlobalValues
433 /// yet have a Materializer. To reset the materializer for a module that
435 /// module will destroy its materializer without materializing any more
437 /// destroy a materializer without materializing all the GVs it controls, to
441 GVMaterializer *getMaterializer() const { return Materializer.get(); }
466 /// fully read and clear the Materializer. If the module is corrupt, this
468 /// problem, and DOES NOT clear the old Materializer. If successful, this

Completed in 149 milliseconds