From 261efe953b14da0446ba5bcafa7f01f247106e9f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 25 Nov 2003 01:02:51 +0000 Subject: checkin reid's docpatch git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10200 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 3292 +++++++++++++++++++++---------------------- 1 file changed, 1568 insertions(+), 1724 deletions(-) (limited to 'docs/ProgrammersManual.html') diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index bacb0d6b81..1ac08b42f4 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1,68 +1,75 @@ -LLVM Programmer's Manual - - - - - -
  LLVM Programmer's Manual
- + + + LLVM Programmer's Manual + + + + + + + + +
  LLVM Programmer's Manual
    -
  1. Introduction +
  2. Introduction
  3. General Information - +-->
  4. + +
  5. Important and useful LLVM APIs - -
  6. Helpful Hints for Common Operations - +-->
  7. + +
  8. The Core LLVM Class Hierarchy Reference - - -

    Written by Chris Lattner, - Dinakar Dhurjati, and - Joel Stanley

    +

    Written by Chris Lattner,Dinakar Dhurjati, and Joel Stanley

    +

    +
- - - - -
-Introduction -
-
-General Information -
-
-The Core LLVM Class Hierarchy Reference -
+ + + + + + +
The Core LLVM Class +Hierarchy Reference
+ -
   - -The Value class -


Important Public Members of -the Value class

+ + + + + + + +
   The Value class
+
+

+
Important Public Members of the Value +class

+ -
   - -The User 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 User +class

+ + + + + + + + +
   The Instruction +class
+ +

+
Important Public Members of the Instruction +class

+ + + + + + + + +
   The BasicBlock +class
+


Important Public Members of -the BasicBlock class

+

+
Important Public Members of the BasicBlock +class

+ -
   - -The GlobalValue class -


Important Public Members of -the GlobalValue class

+ + + + + + + +
   The GlobalValue +class
+ +

+
Important Public Members of the GlobalValue +class

+ -
   - -The Function class -
+ + + + + + + +
   The Function +class
+


Important Public Members of -the Function class

+

+
Important Public Members of the Function +class

+ -
   - -The GlobalVariable class -


Important Public Members of the -GlobalVariable class

-
   - -The Module class -


Important Public Members of the -Module class

-
   - -The Constant class and subclasses -


Important Public Methods

-
   - -The Type class and Derived Types -


Important Public Methods

-
   - -The Argument class -