LLVM: include/llvm/MC/MCAsmInfoCOFF.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9#ifndef LLVM_MC_MCASMINFOCOFF_H
10#define LLVM_MC_MCASMINFOCOFF_H
11
13
14namespace llvm {
15
17 virtual void anchor();
20 bool useCodeAlign(const MCSection &Sec) const final;
21
22protected:
24};
25
27 void anchor() override;
28
29protected:
31};
32
34 void anchor() override;
35
36protected:
38};
39
40}
41
42#endif
Instances of this class represent a uniqued identifier for a section in the current translation unit.
Triple - Helper class for working with autoconf configuration names.
This class implements an extremely fast bulk output stream that can only output to a stream.
This is an optimization pass for GlobalISel generic memory operations.