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 - 25
of
42
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLinkMemoryManager.h
46
uint64_t
getAlignment
() const { return Alignment; }
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
());
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
...]
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
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalObject.h
71
unsigned
getAlignment
() const {
GlobalObject.h
71
unsigned
getAlignment
() const {
Attributes.h
189
MaybeAlign
getAlignment
() const;
328
MaybeAlign
getAlignment
() const;
887
MaybeAlign
getAlignment
() const { return Alignment; }
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; }
DataLayout.h
188
Align
getAlignment
(Type *Ty, bool abi_or_pref) const;
615
Align
getAlignment
() const { return StructAlignment; }
/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; }
RecordLayout.h
181
///
getAlignment
- Get the record alignment in characters.
182
CharUnits
getAlignment
() const { return Alignment; }
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSection.h
131
unsigned
getAlignment
() const { return Alignment.value(); }
MCSection.h
131
unsigned
getAlignment
() const { return Alignment.value(); }
MCFragment.h
320
unsigned
getAlignment
() const { return Alignment; }
583
Align
getAlignment
() const { return AlignBoundary; }
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 {
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 {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h
464
Align
getAlignment
() const {
664
Align
getAlignment
() const {
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);
Completed in 45 milliseconds
1
2
Indexes created Mon Jun 15 00:25:07 UTC 2026