Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMSelectionDAGInfo.cpp69 ALIGN8 in EmitSpecializedLibcall() enumerator
72 AlignVariant = ALIGN8; in EmitSpecializedLibcall()
/NextBSD/contrib/gdb/gdb/
HDdwarf2-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()