Home
last modified time | relevance | path

Searched refs:STACK_ALIGN (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRISCVAttributes.cpp15 {STACK_ALIGN, "Tag_stack_align"},
H A DRISCVAttributeParser.cpp33 RISCVAttrs::STACK_ALIGN,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVAttributes.h29 STACK_ALIGN = 4, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp75 emitAttribute(RISCVAttrs::STACK_ALIGN, StackAlign); in emitTargetAttributes()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1193 case RISCVAttrs::STACK_ALIGN: in mergeAttributesSection()