LLVM: include/llvm/MC/MCSectionDXContainer.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13#ifndef LLVM_MC_MCSECTIONDXCONTAINER_H
14#define LLVM_MC_MCSECTIONDXCONTAINER_H
15
18
19namespace llvm {
20
22
23class MCSectionDXContainer final : public MCSection {
25
28};
29
30}
31
32#endif
friend class MCContext
Definition MCSectionDXContainer.h:24
MCSection(StringRef Name, bool IsText, bool IsBss, MCSymbol *Begin)
MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created ...
SectionKind - This is a simple POD value that classifies the properties of a section.
StringRef - Represent a constant reference to a string, i.e.
This is an optimization pass for GlobalISel generic memory operations.