Searched refs:align_type (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetData.h62 static TargetAlignElem get(AlignTypeEnum align_type, unsigned abi_align,
100 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
102 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetData.cpp101 TargetAlignElem::get(AlignTypeEnum align_type, unsigned abi_align, argument
105 retval.AlignType = align_type;
314 TargetData::setAlignment(AlignTypeEnum align_type, unsigned abi_align, argument
320 if (Alignments[i].AlignType == align_type &&
329 Alignments.push_back(TargetAlignElem::get(align_type, abi_align,
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c5358 enum ebb_target_enum align_type; /* for the target alignment */
5617 enum ebb_target_enum align_type,
5644 act->align_type = align_type;
6562 enum ebb_target_enum align_type = EBB_DESIRE_TGT_ALIGN;
6573 align_type = EBB_REQUIRE_TGT_ALIGN;
6575 ebb_propose_action (ebb_table, align_type, 0,
6737 if (action->align_type == EBB_REQUIRE_LOOP_ALIGN)
6739 if (action->align_type == EBB_REQUIRE_TGT_ALIGN
6749 && action->align_type !
5338 enum ebb_target_enum align_type; /* for the target alignment */ member in struct:proposed_action_struct
5596 ebb_propose_action(ebb_constraint *c, enum ebb_target_enum align_type, bfd_vma alignment_pow, text_action_t action, bfd_vma offset, int removed_bytes, bfd_boolean do_action) argument
6539 enum ebb_target_enum align_type = EBB_DESIRE_TGT_ALIGN; local
[all...]

Completed in 250 milliseconds