llvm-6502/include/llvm/Support
Chris Lattner 71fb71628a Add ability to update existing variables with values read from the command line
to certain classes.  This is nice because it means that in header files we can
just declare a value, and still have that value be set based on a command-line
argument.  The difference is now that the #include of CommandLine.h does not
need to go into the header file as well.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2708 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-22 17:03:05 +00:00
..
Annotation.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
Casting.h Pull casting operators out of Value.h 2002-04-08 21:43:56 +00:00
CFG.h Change references to the Method class to be references to the Function 2002-04-07 20:49:59 +00:00
CommandLine.h Add ability to update existing variables with values read from the command line 2002-05-22 17:03:05 +00:00
InstIterator.h Change references to the Method class to be references to the Function 2002-04-07 20:49:59 +00:00
InstVisitor.h Make sure to call the derived visit versions from the ranged iterator. 2002-05-10 22:21:05 +00:00
Linker.h Update header after moving file 2002-05-07 18:34:57 +00:00
MathExtras.h Cleanups, rename IsPowerOf2 to isPowerOf2 2002-05-19 21:19:55 +00:00
NameMangling.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00