Home
last modified time | relevance | path

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

12345678910

/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
/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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp262 unsigned Alignment) { in allocateStub()
270 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { in allocateSpace()
273 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal()
323 unsigned Alignment, in allocateCodeSection()
331 unsigned Alignment, in allocateCodeSection()
337 unsigned Alignment, in allocateDataSection()
/external/swiftshader/src/Reactor/
DLLVMRoutineManager.cpp99 uint8_t *LLVMRoutineManager::allocateSpace(intptr_t Size, unsigned Alignment) in allocateSpace()
105 uint8_t *LLVMRoutineManager::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/python/cpython2/Doc/library/
Dstruct.rst153 .. _format-characters:
/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/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/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/python/cpython3/Doc/library/
Dstruct.rst173 .. _format-characters:
/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

12345678910