diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html new file mode 100644 index 00000000000..b539e34d73e --- /dev/null +++ b/docs/ProgrammersManual.html @@ -0,0 +1,847 @@ + +LLVM Programmer's Manual + + + + + + +
  LLVM Programmer's Manual
+ +
    +
  1. Introduction +
  2. General Information + +
  3. The Core LLVM Class Heirarchy + + + + +

    Written by Dinakar Dhurjati + and Chris Lattner

    +

+ + + + +
+Introduction +
+
+General Information +
+
   + +The C++ Standard Template Library +
+
+The Core LLVM Class Heirarchy +
+
   + +The Value class +


Important Public Members of +the Value class

+
   + +The User class +


Important Public Members of +the User class

+
   + +The Instruction class +


Important Public Members of +the Instruction class

+
   + +The BasicBlock class +


Important Public Members of +the BasicBlock class

+
   + +The GlobalValue class +


Important Public Members of +the GlobalValue class

+
   + +The Function class +


Important Public Members of +the Function class

+
   + +The GlobalVariable class +


Important Public Members of +the GlobalVariable class

+
   + +The Constant class and subclasses +


Important Public Methods

+
   + +The Type class and Derived Types +


Important Public Methods

+
   + +The Argument class +
+ + +
+
By: Dinakar Dhurjati and +Chris Lattner
+ + +Last modified: Thu Sep 5 21:49:34 CDT 2002 + +