Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp79 ALIGN4, in EmitSpecializedLibcall() enumerator
85 AlignVariant = ALIGN4; in EmitSpecializedLibcall()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c1474 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE; in decode_frame_entry() enumerator
1511 if (workaround < ALIGN4 && (start_offset & 3) != 0) in decode_frame_entry()
1514 workaround = ALIGN4; in decode_frame_entry()
1537 case ALIGN4: in decode_frame_entry()