llvm-6502/lib/MC/MCDisassembler
Benjamin Kramer 8a2ce5d329 libLTO: Add a utility method to initialize the disassemblers.
Necessary to give disassembler users (like darwin's otool) a possibility to
dlopen libLTO and still initialize the required LLVM bits. This used to go
through libMCDisassembler but that's a gross layering violation, the MC layer
can't pull in functions from the targets. Adding a function to libLTO is a bit
of a hack but not worse than exposing other disassembler bits from libLTO.

Fixes PR14362.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168545 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-24 16:59:10 +00:00
..
CMakeLists.txt
Disassembler.cpp libLTO: Add a utility method to initialize the disassemblers. 2012-11-24 16:59:10 +00:00
Disassembler.h Add accessors for all private members of DisasmContext. 2012-06-06 20:45:10 +00:00
EDDisassembler.cpp [ms-inline asm] Add support for creating AsmRewrites in the target specific 2012-10-25 20:41:34 +00:00
EDDisassembler.h
EDInfo.h
EDInst.cpp
EDInst.h
EDMain.cpp Whitespace. 2012-07-18 19:35:16 +00:00
EDOperand.cpp
EDOperand.h
EDToken.cpp
EDToken.h
LLVMBuild.txt
Makefile