LLVM 22.0.0git
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/MC/MCFixup.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/SectionKind.h"
#include "llvm/Support/Alignment.h"
#include "llvm/Support/Compiler.h"
#include <cassert>
#include <utility>
Go to the source code of this file.
Classes | |
class | llvm::MCFragment |
class | llvm::MCFillFragment |
class | llvm::MCNopsFragment |
class | llvm::MCOrgFragment |
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::MCSection |
Instances of this class represent a uniqued identifier for a section in the current translation unit. More... | |
struct | llvm::MCSection::iterator |
struct | llvm::MCSection::FragList |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. |