LLVM API Documentation
00001 //===-- TargetFrameInfo.cpp - Implement machine frame interface -*- C++ -*-===// 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 // Implements the layout of a stack frame on the target machine. 00011 // 00012 //===----------------------------------------------------------------------===// 00013 00014 #include "llvm/Target/TargetFrameInfo.h" 00015 #include <cstdlib> 00016 using namespace llvm; 00017 00018 TargetFrameInfo::~TargetFrameInfo() { 00019 }
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.