|
LLVM
4.0.0
|
#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/ilist.h"#include "llvm/ADT/ilist_node.h"#include "llvm/ADT/iterator.h"#include "llvm/MC/MCDirectives.h"#include "llvm/MC/MCDwarf.h"#include "llvm/MC/MCFixup.h"#include "llvm/MC/MCFragment.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCLinkerOptimizationHint.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/MCSymbol.h"Go to the source code of this file.
Classes | |
| struct | llvm::IndirectSymbolData |
| struct | llvm::DataRegionData |
| class | llvm::MCAssembler |
| struct | llvm::MCAssembler::VersionMinInfoType |
| MachO specific deployment target version info. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| uint64_t | llvm::computeBundlePadding (const MCAssembler &Assembler, const MCFragment *F, uint64_t FOffset, uint64_t FSize) |
Compute the amount of padding required before the fragment F to obey bundling restrictions, where FOffset is the fragment's offset in its section and FSize is the fragment's size. More... | |
1.8.6