Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DRISCVAttributeParserTest.cpp58 EXPECT_TRUE(testAttribute(4, 4, RISCVAttrs::STACK_ALIGN, 4)); in TEST()
59 EXPECT_TRUE(testAttribute(4, 16, RISCVAttrs::STACK_ALIGN, 16)); in TEST()
/llvm-project/llvm/lib/Support/
H A DRISCVAttributes.cpp15 {STACK_ALIGN, "Tag_stack_align"},
H A DRISCVAttributeParser.cpp33 RISCVAttrs::STACK_ALIGN,
/llvm-project/llvm/include/llvm/Support/
H A DRISCVAttributes.h29 STACK_ALIGN = 4, enumerator
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp75 emitAttribute(RISCVAttrs::STACK_ALIGN, StackAlign); in emitTargetAttributes()
/llvm-project/lld/test/ELF/
H A Driscv-attributes.s44 # RUN: not ld.lld a.o b.o c.o diff_stack_align.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=STACK_ALIGN --implicit-check-not=error:
45 # STACK_ALIGN: error: diff_stack_align.o:(.riscv.attributes) has stack_align=32 but a.o:(.riscv.attributes) has stack_align=16
/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1177 case RISCVAttrs::STACK_ALIGN: in mergeAttributesSection()