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

  /external/llvm/lib/VMCore/
Module.cpp 46 : Context(C), Materializer(NULL), ModuleID(MID) {
334 assert(!Materializer &&
337 Materializer.reset(GVM);
341 if (Materializer)
342 return Materializer->isMaterializable(GV);
347 if (Materializer)
348 return Materializer->isDematerializable(GV);
353 if (Materializer)
354 return Materializer->Materialize(GV, ErrInfo);
359 if (Materializer)
    [all...]
  /external/llvm/include/llvm/
Module.h 170 OwningPtr<GVMaterializer> Materializer; ///< Used to materialize GlobalValues
380 /// yet have a Materializer. To reset the materializer for a module that
382 /// module will destroy its materializer without materializing any more
384 /// destroy a materializer without materializing all the GVs it controls, to
388 GVMaterializer *getMaterializer() const { return Materializer.get(); }
413 /// fully read and clear the Materializer. If the module is corrupt, this
415 /// problem, and DOES NOT clear the old Materializer. If successful, this

Completed in 127 milliseconds