LLVM API Documentation

llvm::IncludeFile Struct Reference

#include <PassSupport.h>

List of all members.

Public Member Functions

 IncludeFile (void *)


Detailed Description

IncludeFile class - This class is used as a hack to make sure that the implementation of a header file is included into a tool that uses the header. This is solely to overcome problems linking .a files and not getting the implementation of passes we need.

Definition at line 377 of file PassSupport.h.


Constructor & Destructor Documentation

IncludeFile::IncludeFile ( void *   ) 

Definition at line 27 of file Pass.cpp.


The documentation for this struct was generated from the following files: