LLVM: include/llvm/MC/MCAsmInfoXCOFF.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9#ifndef LLVM_MC_MCASMINFOXCOFF_H
10#define LLVM_MC_MCASMINFOXCOFF_H
11
13
14namespace llvm {
15
17protected:
22
23public:
24
25
27};
28
29}
30
31#endif
void printSwitchToSection(const MCSection &, uint32_t, const Triple &, raw_ostream &) const final
bool useCodeAlign(const MCSection &Sec) const final
bool isAcceptableChar(char C) const override
Return true if C is an acceptable character inside a symbol name.
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.
@ C
The default llvm calling convention, compatible with C.
This is an optimization pass for GlobalISel generic memory operations.