|
LLVM
4.0.0
|
#include "llvm/ADT/SmallString.h"#include "llvm/ADT/ilist.h"#include "llvm/ADT/ilist_node.h"#include "llvm/ADT/iterator.h"#include "llvm/MC/MCFixup.h"#include "llvm/MC/MCInst.h"Go to the source code of this file.
Classes | |
| class | llvm::MCFragment |
| class | llvm::MCDummyFragment |
| class | llvm::MCEncodedFragment |
| Interface implemented by fragments that contain encoded instructions and/or data. More... | |
| class | llvm::MCEncodedFragmentWithContents< ContentsSize > |
| Interface implemented by fragments that contain encoded instructions and/or data. More... | |
| class | llvm::MCEncodedFragmentWithFixups< ContentsSize, FixupsSize > |
| Interface implemented by fragments that contain encoded instructions and/or data and also have fixups registered. More... | |
| class | llvm::MCDataFragment |
| Fragment for data and encoded instructions. More... | |
| class | llvm::MCCompactEncodedInstFragment |
| This is a compact (memory-size-wise) fragment for holding an encoded instruction (non-relaxable) that has no fixups registered. More... | |
| class | llvm::MCRelaxableFragment |
| A relaxable fragment holds on to its MCInst, since it may need to be relaxed during the assembler layout and relaxation stage. More... | |
| class | llvm::MCAlignFragment |
| class | llvm::MCFillFragment |
| class | llvm::MCOrgFragment |
| class | llvm::MCLEBFragment |
| class | llvm::MCDwarfLineAddrFragment |
| class | llvm::MCDwarfCallFrameFragment |
| class | llvm::MCSafeSEHFragment |
| class | llvm::MCCVInlineLineTableFragment |
| Fragment representing the binary annotations produced by the .cv_inline_linetable directive. More... | |
| class | llvm::MCCVDefRangeFragment |
| Fragment representing the .cv_def_range directive. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
1.8.6