28 return {INT_MAX, INT_MAX};
29 std::pair<int, int> Ret;
30 if (!
Version.consumeInteger(10, Ret.first) &&
Version.consume_front(
"."))
31 Version.consumeInteger(10, Ret.second);
bool PreserveAsmComments
Preserve Comments in Assembly.
DwarfDirectory MCUseDwarfDirectory
bool EmitCompactUnwindNonCanonical
EmitDwarfUnwindType EmitDwarfUnwind
bool PPCUseFullRegisterNames
LLVM_ABI StringRef getAssemblyLanguage() const
getAssemblyLanguage - If this returns a non-empty string this represents the textual name of the asse...
bool MCIncrementalLinkerCompatible
LLVM_ABI StringRef getABIName() const
getABIName - If this returns a non-empty string this represents the textual name of the ABI that we w...
static LLVM_ABI std::pair< int, int > parseBinutilsVersion(StringRef Version)
Parse a binutils version string ("major[.minor]" or "none") into a (major, minor) pair.
LLVM_ABI MCTargetOptions()
std::string AssemblyLanguage
Represent a constant reference to a string, i.e.
This is an optimization pass for GlobalISel generic memory operations.
@ Default
The result value is uniform if and only if all operands are uniform.