14 #ifndef LLVM_LIB_TARGET_BPF_MCTARGETDESC_BPFMCASMINFO_H 15 #define LLVM_LIB_TARGET_BPF_MCTARGETDESC_BPFMCASMINFO_H bool HasSingleParameterDotFile
True if the target has a single parameter .file directive, this is true for ELF targets.
This class represents lattice values for constants.
bool DwarfUsesRelocationsAcrossSections
True if Dwarf2 output generally uses relocations for references to other .debug_* sections...
bool IsLittleEndian
True if target is little endian. Default is true.
bool HasDotTypeDotSizeDirective
True if the target has .type and .size directives, this is true for most ELF targets.
BPFMCAsmInfo(const Triple &TT)
void setDwarfUsesRelocationsAcrossSections(bool enable)
bool UsesELFSectionDirectiveForBSS
This is true if this target uses ELF '.section' directive before the '.bss' one.
ArchType getArch() const
getArch - Get the parsed architecture type of this triple.
This class is intended to be used as a base class for asm properties and features specific to the tar...
bool SupportsDebugInformation
True if target supports emission of debugging information.
const char * WeakRefDirective
This directive, if non-null, is used to declare a global as being a weak undefined symbol...
Triple - Helper class for working with autoconf configuration names.
unsigned MinInstAlignment
Every possible instruction length is a multiple of this value.
unsigned CodePointerSize
Code pointer size in bytes. Default is 4.
ExceptionHandling ExceptionsType
Exception handling format for the target. Defaults to None.
StringRef PrivateGlobalPrefix
This prefix is used for globals like constant pool entries that are completely private to the ...