From 9355b479c36a857b44862e8a4621f963b2991aef Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 6 Sep 2002 02:50:58 +0000 Subject: [PATCH] Initial checkin of the first part of the Programmer's Manual There is still much to be done, but it's a good start. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3589 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 847 ++++++++++++++++++++++++++++++++++++ 1 file changed, 847 insertions(+) create mode 100644 docs/ProgrammersManual.html 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 + +