LLVM API Documentation

GVMaterializer.cpp
Go to the documentation of this file.
00001 //===-- GVMaterializer.cpp - Base implementation for GV materializers -----===//
00002 //
00003 //                     The LLVM Compiler Infrastructure
00004 //
00005 // This file is distributed under the University of Illinois Open Source
00006 // License. See LICENSE.TXT for details.
00007 //
00008 //===----------------------------------------------------------------------===//
00009 //
00010 // Minimal implementation of the abstract interface for materializing
00011 // GlobalValues.
00012 //
00013 //===----------------------------------------------------------------------===//
00014 
00015 #include "llvm/IR/GVMaterializer.h"
00016 using namespace llvm;
00017 
00018 GVMaterializer::~GVMaterializer() {}