Searched refs:STACK_ALIGN (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/unittests/Support/ |
H A D | RISCVAttributeParserTest.cpp | 58 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 D | RISCVAttributes.cpp | 15 {STACK_ALIGN, "Tag_stack_align"},
|
H A D | RISCVAttributeParser.cpp | 33 RISCVAttrs::STACK_ALIGN,
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | RISCVAttributes.h | 29 STACK_ALIGN = 4, enumerator
|
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVTargetStreamer.cpp | 75 emitAttribute(RISCVAttrs::STACK_ALIGN, StackAlign); in emitTargetAttributes()
|
/llvm-project/lld/test/ELF/ |
H A D | riscv-attributes.s | 44 # 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 D | RISCV.cpp | 1177 case RISCVAttrs::STACK_ALIGN: in mergeAttributesSection()
|