LLVM: lib/MC/MCTargetOptions.cpp Source File (original) (raw)
1
2
3
4
5
6
7
8
11
12using namespace llvm;
13
15 : MCRelaxAll(false), MCNoExecStack(false), MCFatalWarnings(false),
16 MCNoWarn(false), MCNoDeprecatedWarn(false), MCNoTypeCheck(false),
17 MCSaveTempLabels(false), MCIncrementalLinkerCompatible(false),
19 PreserveAsmComments(true), Dwarf64(false),
21 MCUseDwarfDirectory(DefaultDwarfDirectory),
22 EmitCompactUnwindNonCanonical(false), PPCUseFullRegisterNames(false) {}
23
26}
27
30}
StringRef getAssemblyLanguage() const
getAssemblyLanguage - If this returns a non-empty string this represents the textual name of the asse...
StringRef getABIName() const
getABIName - If this returns a non-empty string this represents the textual name of the ABI that we w...
std::string AssemblyLanguage
StringRef - Represent a constant reference to a string, i.e.
This is an optimization pass for GlobalISel generic memory operations.