Home
last modified time | relevance | path

Searched defs:Alignment (Results 1 – 25 of 209) sorted by relevance

123456789

/external/llvm/include/llvm/Support/
DTrailingObjects.h71 Alignment = FirstAlignment > RestAlignment ? FirstAlignment : RestAlignment enumerator
77 enum { Alignment = AlignOf<First>::Alignment }; enumerator
/external/clang/lib/Frontend/
DLayoutOverrideSource.cpp95 unsigned long long Alignment = 0; in LayoutOverrideSource() local
118 unsigned long long Alignment = 0; in LayoutOverrideSource() local
157 uint64_t &Size, uint64_t &Alignment, in layoutRecordType()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp23 unsigned Alignment, in allocateDataSection()
33 unsigned Alignment, in allocateCodeSection()
41 unsigned Alignment) { in allocateSection()
/external/llvm/lib/Transforms/Utils/
DASanStackFrameLayout.cpp39 static size_t VarAndRedzoneSize(size_t Size, size_t Alignment) { in VarAndRedzoneSize()
76 size_t Alignment = std::max(Granularity, Vars[i].Alignment); in ComputeASanStackFrameLayout() local
/external/llvm/lib/CodeGen/
DSafeStackLayout.cpp36 void StackLayout::addObject(const Value *V, unsigned Size, unsigned Alignment, in addObject()
43 unsigned Alignment) { in AdjustStackOffset()
DSafeStackLayout.h35 unsigned Size, Alignment; member
DMachineFunction.cpp583 int MachineFrameInfo::CreateStackObject(uint64_t Size, unsigned Alignment, in CreateStackObject()
598 unsigned Alignment) { in CreateSpillStackObject()
609 int MachineFrameInfo::CreateVariableSizedObject(unsigned Alignment, in CreateVariableSizedObject()
953 unsigned Alignment) { in getConstantPoolIndex()
973 unsigned Alignment) { in getConstantPoolIndex()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DJITCodeEmitter.h150 void emitAlignment(unsigned Alignment) { in emitAlignment()
159 void emitAlignmentWithFill(unsigned Alignment, uint8_t Fill) { in emitAlignmentWithFill()
256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace()
DMachineCodeEmitter.h161 void emitAlignment(unsigned Alignment) { in emitAlignment()
256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace()
/external/llvm/lib/Target/Mips/
DMipsFrameLowering.h28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) in MipsFrameLowering()
/external/swiftshader/third_party/LLVM/lib/Support/
DAllocator.cpp35 char *BumpPtrAllocator::AlignPtr(char *Ptr, size_t Alignment) { in AlignPtr()
89 void *BumpPtrAllocator::Allocate(size_t Size, size_t Alignment) { in Allocate()
/external/swiftshader/src/Reactor/
DRoutineManager.cpp99 uint8_t *RoutineManager::allocateSpace(intptr_t Size, unsigned Alignment) in allocateSpace()
105 uint8_t *RoutineManager::allocateGlobal(uintptr_t Size, unsigned Alignment) in allocateGlobal()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp70 unsigned Alignment) { in getExistingMachineCPValue()
171 unsigned Alignment) { in getExistingMachineCPValue()
210 unsigned Alignment) { in getExistingMachineCPValue()
250 unsigned Alignment) { in getExistingMachineCPValue()
/external/llvm/include/llvm/MC/
DStringTableBuilder.h29 unsigned Alignment; variable
/external/llvm/docs/
DBigEndianNEON.rst130 Alignment section in Considerations
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/external/llvm/tools/lli/
DRemoteJITUtils.h90 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection()
96 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantPoolValue.cpp64 unsigned Alignment) { in getExistingMachineCPValue()
166 unsigned Alignment) { in getExistingMachineCPValue()
231 unsigned Alignment) { in getExistingMachineCPValue()
287 unsigned Alignment) { in getExistingMachineCPValue()
/external/c-ares/
Dares_iphlpapi.h122 ULONGLONG Alignment; member
140 ULONGLONG Alignment; member
152 ULONGLONG Alignment; member
164 ULONGLONG Alignment; member
176 ULONGLONG Alignment; member
189 ULONGLONG Alignment; member
/external/clang/test/CodeGenCXX/
Dalloca-align.cpp5 unsigned Alignment; member
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbuffer_unittest.cc27 TEST(FixedBufferTest, Alignment) { in TEST() argument
/external/llvm/include/llvm/Transforms/Utils/
DASanStackFrameLayout.h33 size_t Alignment; // Alignment of the variable (power of 2). member
/external/clang/lib/Sema/
DSemaAttr.cpp57 if (unsigned Alignment = PackStack.CurrentValue) { in AddAlignmentAttributesForRecord() local
81 unsigned Alignment = 0; in ActOnPragmaOptionsAlign() local
131 Expr *Alignment = static_cast<Expr *>(alignment); in ActOnPragmaPack() local
/external/clang/docs/
DControlFlowIntegrityDesign.rst201 Alignment subsection
/external/clang/lib/CodeGen/
DAddress.h27 CharUnits Alignment; variable

123456789