OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayoutAlignElem
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
DataLayout.cpp
101
//
LayoutAlignElem
, LayoutAlign support
104
LayoutAlignElem
LayoutAlignElem
::get(AlignTypeEnum align_type, Align abi_align,
107
LayoutAlignElem
retval;
116
LayoutAlignElem
::operator==(const
LayoutAlignElem
&rhs) const {
163
static const
LayoutAlignElem
DefaultAlignments[] = {
193
for (const
LayoutAlignElem
&E : DefaultAlignments) {
554
return partition_point(Alignments, [=](const
LayoutAlignElem
&E) {
580
Alignments.insert(I,
LayoutAlignElem
::get(align_type, abi_align
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h
51
/// Enum used to categorize the alignment types stored by
LayoutAlignElem
72
struct
LayoutAlignElem
{
79
static
LayoutAlignElem
get(AlignTypeEnum align_type, Align abi_align,
82
bool operator==(const
LayoutAlignElem
&rhs) const;
147
using AlignmentsTy = SmallVector<
LayoutAlignElem
, 16>;
Completed in 20 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026