llvm-6502/include/llvm-c
Kevin Enderby 93f7936435 Again adding a C API to the disassembler for use by such tools as Darwin's
otool(1), this time with the needed fix for case sensitive file systems :) .
This is a work in progress as the interface for producing symbolic operands is
not done.  But a hacked prototype using information from the object file's
relocation entiries and replacing immediate operands with MCExpr's has been
shown to work with no changes to the instrucion printer.  These APIs will be
moved into a dynamic library at some point.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128415 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-28 18:25:07 +00:00
..
Transforms
Analysis.h
BitReader.h
BitWriter.h
Core.h Expose getTypeName to the C API. Patch by Patrick Walton. 2011-02-18 16:35:37 +00:00
Disassembler.h Again adding a C API to the disassembler for use by such tools as Darwin's 2011-03-28 18:25:07 +00:00
EnhancedDisassembly.h Trailing whitespace. 2011-03-14 20:59:06 +00:00
ExecutionEngine.h
Initialization.h
LinkTimeOptimizer.h
lto.h Add a lto_codegen_compile_to_file to avoid producing a file, reading it to 2011-03-22 20:57:13 +00:00
Target.h