LLVM  3.7.0
Classes | Namespaces | Functions
MCAssembler.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallString.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/MCFixup.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCLinkerOptimizationHint.h"
#include "llvm/MC/MCSection.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/DataTypes.h"
#include <algorithm>
#include <vector>
Include dependency graph for MCAssembler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::MCFragment
 
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
 
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...