llvm-6502/include/llvm
Zachary Turner 92d755ea65 [llvm-pdbdump] Add an option to dump full class definitions.
This adds the --class-definitions flag.  If specified, when dumping
types, instead of "class Foo" you will see the full class definition,
with member functions, constructors, access specifiers.

NOTE: Using this option can be very slow, as generating a full class
definition requires accessing many different parts of the PDB.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230203 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-23 05:58:34 +00:00
..
ADT Introduce bitset metadata format and bitset lowering pass. 2015-02-20 20:30:47 +00:00
Analysis [LoopAccesses] Change LAA:getInfo to return a constant reference 2015-02-19 19:15:21 +00:00
AsmParser
Bitcode
CodeGen CodeGen: convert CCState interface to using ArrayRefs 2015-02-21 02:11:17 +00:00
Config [Support/Timer] Make GetMallocUsage() aware of jemalloc. 2015-02-19 07:27:14 +00:00
DebugInfo [llvm-pdbdump] Add an option to dump full class definitions. 2015-02-23 05:58:34 +00:00
ExecutionEngine [orc] Add a trivial unit test to get the ball rolling 2015-02-23 00:36:25 +00:00
IR Use common parse routine to read alignment values from bitcode 2015-02-22 19:32:03 +00:00
IRReader
LineEditor
Linker
LTO
MC Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures. 2015-02-19 11:38:11 +00:00
Object [obj2yaml/yaml2obj] Add SHT_GROUP support. 2015-02-21 04:28:26 +00:00
Option
ProfileData InstrProf: Handle unknown functions if they consist only of zero-regions 2015-02-18 18:40:46 +00:00
Support Put MSVC back into the dumb compiler's corner. 2015-02-20 16:35:42 +00:00
TableGen
Target Add generic fmad DAG node. 2015-02-20 22:10:33 +00:00
Transforms [LICM] Refactor to expose functionality as utility functions 2015-02-22 18:35:32 +00:00
CMakeLists.txt
InitializePasses.h Introduce bitset metadata format and bitset lowering pass. 2015-02-20 20:30:47 +00:00
LinkAllIR.h
LinkAllPasses.h
module.modulemap [modules] Fix typo in DIA exclusion in module map. 2015-02-18 00:21:45 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h