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

  /external/llvm/lib/IR/
GVMaterializer.cpp 1 //===-- GVMaterializer.cpp - Base implementation for GV materializers -----===//
15 #include "llvm/GVMaterializer.h"
18 GVMaterializer::~GVMaterializer() {}
  /external/llvm/include/llvm/
GVMaterializer.h 1 //===-- llvm/GVMaterializer.h - Interface for GV materializers --*- C++ -*-===//
29 class GVMaterializer {
31 GVMaterializer() {}
34 virtual ~GVMaterializer();
37 /// store this GVMaterializer uses and has not been materialized yet.
41 /// dematerialized back to whatever backing store this GVMaterializer uses.
51 /// GVMaterializer supports it, release the memory for the GV, and set it up

Completed in 66 milliseconds