LLVM: include/llvm/MC/MCAsmInfoELF.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9#ifndef LLVM_MC_MCASMINFOELF_H
10#define LLVM_MC_MCASMINFOELF_H
11
13
14namespace llvm {
15
17 virtual void anchor();
21 bool useCodeAlign(const MCSection &Sec) const final;
22
23protected:
25};
26
27}
28
29#endif
Context object for machine code objects.
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.