Home
last modified time | relevance | path

Searched refs:ALIGN_16 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DRISCVAttributes.h37 enum StackAlign { ALIGN_4 = 4, ALIGN_16 = 16 }; enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVTargetStreamer.cpp53 emitAttribute(RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_16); in emitTargetAttributes()