Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp66 ALIGN8 in EmitSpecializedLibcall() enumerator
69 AlignVariant = ALIGN8; in EmitSpecializedLibcall()
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2-frame.c1453 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE; in decode_frame_entry() enumerator
1496 if (workaround < ALIGN8 && (start_offset & 7) != 0) in decode_frame_entry()
1499 workaround = ALIGN8; in decode_frame_entry()
1523 case ALIGN8: in decode_frame_entry()