LLVM 19.0.0git
Classes | Namespaces
MCFragment.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/ilist_node.h"
#include "llvm/MC/MCFixup.h"
#include "llvm/MC/MCInst.h"
#include "llvm/Support/Alignment.h"
#include "llvm/Support/SMLoc.h"
#include <cstdint>
#include <utility>

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::MCNopsFragment
 
class  llvm::MCOrgFragment
 
class  llvm::MCLEBFragment
 
class  llvm::MCDwarfLineAddrFragment
 
class  llvm::MCDwarfCallFrameFragment
 
class  llvm::MCSymbolIdFragment
 Represents a symbol table index fragment. More...
 
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...
 
class  llvm::MCBoundaryAlignFragment
 Represents required padding such that a particular other set of fragments does not cross a particular power-of-two boundary. More...
 
class  llvm::MCPseudoProbeAddrFragment
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.