OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAlignment
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLinkMemoryManager.h
46
uint64_t
getAlignment
() const { return Alignment; }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
Address.h
66
CharUnits
getAlignment
() const {
89
getAlignment
());
101
addr.
getAlignment
());
CGRecordLayoutBuilder.cpp
164
CharUnits
getAlignment
(llvm::Type *Type) {
353
getAlignment
(FieldType) >
getAlignment
(StorageType) ||
354
(
getAlignment
(FieldType) ==
getAlignment
(StorageType) &&
368
if (LayoutSize %
getAlignment
(StorageType))
449
Context.toBits(
getAlignment
(getIntNType(OffsetInRecord))) !=
554
if ((uint64_t)(Context.toBits(Layout.
getAlignment
())) <
773
if (Member->Offset %
getAlignment
(Member->Data))
776
NVAlignment = std::max(NVAlignment,
getAlignment
(Member->Data))
[
all
...]
CGValue.h
112
auto align = static_cast<uintptr_t>(addr.
getAlignment
().getQuantity());
318
CharUnits
getAlignment
() const { return CharUnits::fromQuantity(Alignment); }
330
return Address(getPointer(CGF),
getAlignment
());
335
Alignment = address.
getAlignment
().getQuantity();
340
return Address(getVectorPointer(),
getAlignment
());
352
return Address(getMatrixPointer(),
getAlignment
());
365
return Address(getExtVectorPointer(),
getAlignment
());
378
return Address(getBitFieldPointer(),
getAlignment
());
398
R.Initialize(type, qs, address.
getAlignment
(), BaseInfo, TBAAInfo);
409
R.Initialize(type, type.getQualifiers(), vecAddress.
getAlignment
(),
[
all
...]
CGExprConstant.cpp
47
CharUnits
getAlignment
(const llvm::Constant *C) const {
146
CharUnits Align =
getAlignment
(C);
445
Align = std::max(Align, Utils.
getAlignment
(C));
470
CharUnits Align = Utils.
getAlignment
(Elems[I]);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalObject.h
71
unsigned
getAlignment
() const {
Attributes.h
189
MaybeAlign
getAlignment
() const;
328
MaybeAlign
getAlignment
() const;
887
MaybeAlign
getAlignment
() const { return Alignment; }
DataLayout.h
188
Align
getAlignment
(Type *Ty, bool abi_or_pref) const;
615
Align
getAlignment
() const { return StructAlignment; }
Instructions.h
128
unsigned
getAlignment
() const { return getAlign().value(); }
219
unsigned
getAlignment
() const { return getAlign().value(); }
351
unsigned
getAlignment
() const { return getAlign().value(); }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
RecordLayout.h
181
///
getAlignment
- Get the record alignment in characters.
182
CharUnits
getAlignment
() const { return Alignment; }
OpenMPClause.h
3978
Expr *
getAlignment
() { return *varlist_end(); }
3981
const Expr *
getAlignment
() const { return *varlist_end(); }
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSection.h
131
unsigned
getAlignment
() const { return Alignment.value(); }
MCFragment.h
320
unsigned
getAlignment
() const { return Alignment; }
583
Align
getAlignment
() const { return AlignBoundary; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h
103
uint64_t
getAlignment
() const;
193
uint32_t
getAlignment
() const;
398
inline uint32_t SymbolRef::
getAlignment
() const {
467
inline uint64_t SectionRef::
getAlignment
() const {
COFF.h
459
uint32_t
getAlignment
() const {
577
uint32_t
getAlignment
() const {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h
464
Align
getAlignment
() const {
664
Align
getAlignment
() const {
/src/external/apache2/llvm/dist/llvm/lib/MC/
WinCOFFObjectWriter.cpp
266
static uint32_t
getAlignment
(const MCSectionCOFF &Sec) {
267
switch (Sec.
getAlignment
()) {
327
Section->Header.Characteristics |=
getAlignment
(MCSec);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
519
Align
getAlignment
() const { return Alignment; }
SelectionDAGNodes.h
1266
unsigned
getAlignment
() const { return MMO->getAlign().value(); }
/src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp
328
MaybeAlign Attribute::
getAlignment
() const {
814
MaybeAlign AttributeSet::
getAlignment
() const {
815
return SetNode ? SetNode->
getAlignment
() : None;
968
assert(B.
getAlignment
() && "Alignment must be set");
969
Attr = Attribute::getWithAlignment(C, *B.
getAlignment
());
1037
MaybeAlign AttributeSetNode::
getAlignment
() const {
1039
return A->
getAlignment
();
1427
const MaybeAlign OldAlign = getAttributes(Index).
getAlignment
();
1428
const MaybeAlign NewAlign = B.
getAlignment
();
1608
return getAttributes(ReturnIndex).
getAlignment
();
[
all
...]
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.h
747
unsigned
getAlignment
() const { return m_alignment; }
Completed in 93 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026