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.
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.
const char * PrivateGlobalPrefix
This prefix is used for globals like constant pool entries that are completely private to the ...
BPFMCAsmInfo(const Triple &TT)
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...
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.