OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StructAlignment
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
DataLayout.cpp
42
StructAlignment
= 0;
59
StructAlignment
= std::max(TyAlign,
StructAlignment
);
66
if (
StructAlignment
== 0)
StructAlignment
= 1;
70
if ((StructSize & (
StructAlignment
-1)) != 0) {
72
StructSize = RoundUpToAlignment(StructSize,
StructAlignment
);
/external/llvm/include/llvm/IR/
DataLayout.h
477
unsigned
StructAlignment
;
486
unsigned getAlignment() const { return
StructAlignment
; }
Completed in 52 milliseconds