Home
last modified time | relevance | path

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

1234567

/external/llvm/include/llvm/Support/
DTrailingObjects.h74 Alignment = FirstAlignment > RestAlignment ? FirstAlignment : RestAlignment enumerator
80 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/lldb/source/Expression/
DIRExecutionUnit.cpp441 unsigned Alignment) in allocateStub()
470 IRExecutionUnit::MemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) in allocateSpace()
492 unsigned Alignment, in allocateCodeSection()
516 unsigned Alignment, in allocateDataSection()
540 unsigned Alignment) in allocateGlobal()
/external/llvm/lib/Target/Mips/
DMipsFrameLowering.h28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) in MipsFrameLowering()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp63 unsigned Alignment) { in getExistingMachineCPValue()
164 unsigned Alignment) { in getExistingMachineCPValue()
203 unsigned Alignment) { in getExistingMachineCPValue()
243 unsigned Alignment) { in getExistingMachineCPValue()
DARMTargetTransformInfo.cpp459 int ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
475 unsigned Alignment, in getInterleavedMemoryOpCost()
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
48 allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
DRemoteTargetExternal.cpp31 bool RemoteTargetExternal::allocateSpace(size_t Size, unsigned Alignment, in allocateSpace()
119 bool RemoteTargetExternal::SendAllocateSpace(uint32_t Alignment, uint32_t Size) { in SendAllocateSpace()
DRemoteTarget.cpp31 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, in allocateSpace()
DRemoteMemoryManager.h37 unsigned Alignment; member
/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/llvm/docs/
DBigEndianNEON.rst130 Alignment section in Considerations
/external/clang/lib/Sema/
DSemaAttr.cpp34 unsigned Alignment; member
44 unsigned Alignment; member in __anon62abc4930111::PragmaPackStack
123 if (unsigned Alignment = Stack->getAlignment()) { in AddAlignmentAttributesForRecord() local
193 Expr *Alignment = static_cast<Expr *>(alignment); in ActOnPragmaPack() local
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/external/clang/test/CodeGenCXX/
Dalloca-align.cpp5 unsigned Alignment; member
/external/lldb/source/Symbol/
DClangExternalASTSourceCallbacks.cpp147 uint64_t &Alignment, in layoutRecordType()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp537 int MachineFrameInfo::CreateStackObject(uint64_t Size, unsigned Alignment, in CreateStackObject()
553 unsigned Alignment) { in CreateSpillStackObject()
565 int MachineFrameInfo::CreateVariableSizedObject(unsigned Alignment, in CreateVariableSizedObject()
908 unsigned Alignment) { in getConstantPoolIndex()
928 unsigned Alignment) { in getConstantPoolIndex()
/external/llvm/include/llvm/Transforms/Utils/
DASanStackFrameLayout.h33 size_t Alignment; // Alignment of the variable (power of 2). member
/external/clang/docs/
DControlFlowIntegrityDesign.rst201 Alignment subsection
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp98 void useSpace(uintptr_t* UsedSize, uintptr_t Size, unsigned Alignment) { in useSpace()
104 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
112 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp333 int PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
393 unsigned Alignment, in getInterleavedMemoryOpCost()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp29 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in TEST()
/external/clang/lib/CodeGen/
DAddress.h27 CharUnits Alignment; variable

1234567