19 void MipsMCAsmInfo::anchor() { }
bool isMIPS64() const
Tests whether the target is MIPS 64-bit (little and big endian).
bool UseIntegratedAssembler
Should we use the integrated assembler? The integrated assembler should be enabled by default (by the...
StringRef PrivateLabelPrefix
This prefix is used for labels for basic blocks.
bool DwarfRegNumForCFI
True if dwarf register numbers are printed instead of symbolic register names in .cfi_* directives.
This class represents lattice values for constants.
const char * Data64bitsDirective
const char * ZeroDirective
This should be set to the directive used to get some number of zero bytes emitted to the current sect...
bool IsLittleEndian
True if target is little endian. Default is true.
unsigned CalleeSaveStackSlotSize
Size of the stack slot reserved for callee-saved registers, in bytes.
bool AlignmentIsInBytes
If this is true (the default) then the asmprinter emits ".align N" directives, where N is the number ...
StringRef CommentString
This indicates the comment character used by the assembler.
const char * GPRel64Directive
If non-null, a directive that is used to emit a word which should be relocated as a 64-bit GP-relativ...
bool isLittleEndian() const
Tests whether the target triple is little endian.
const char * TPRel32Directive
bool SupportsDebugInformation
True if target supports emission of debugging information.
const char * Data16bitsDirective
bool UseAssignmentForEHBegin
const char * DTPRel64Directive
Triple - Helper class for working with autoconf configuration names.
const char * TPRel64Directive
EnvironmentType getEnvironment() const
getEnvironment - Get the parsed environment type of this triple.
const char * Data32bitsDirective
const char * GPRel32Directive
If non-null, a directive that is used to emit a word which should be relocated as a 32-bit GP-relativ...
unsigned CodePointerSize
Code pointer size in bytes. Default is 4.
bool isMIPS32() const
Tests whether the target is MIPS 32-bit (little and big endian).
ExceptionHandling ExceptionsType
Exception handling format for the target. Defaults to None.
const char * DTPRel32Directive
If non-null, directives that are used to emit a word/dword which should be relocated as a 32/64-bit D...
MipsMCAsmInfo(const Triple &TheTriple)
StringRef PrivateGlobalPrefix
This prefix is used for globals like constant pool entries that are completely private to the ...