Home
last modified time | relevance | path

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

123456

/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()
189 unsigned Alignment) { in allocateStub()
197 uint8_t *RemoteMemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) { in allocateSpace()
201 uint8_t *RemoteMemoryManager::allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal()
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()
/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/MCJIT/
DSectionMemoryManager.cpp22 unsigned Alignment, in allocateDataSection()
32 unsigned Alignment, in allocateCodeSection()
40 unsigned Alignment) { in allocateSection()
/external/llvm/include/llvm/CodeGen/
DJITCodeEmitter.h151 void emitAlignment(unsigned Alignment) { in emitAlignment()
160 void emitAlignmentWithFill(unsigned Alignment, uint8_t Fill) { in emitAlignmentWithFill()
256 void *allocateSpace(uintptr_t Size, unsigned Alignment) override { in allocateSpace()
DMachineCodeEmitter.h163 void emitAlignment(unsigned Alignment) { in emitAlignment()
258 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace()
/external/llvm/lib/Transforms/Utils/
DASanStackFrameLayout.cpp43 static size_t VarAndRedzoneSize(size_t Size, size_t Alignment) { in VarAndRedzoneSize()
80 size_t Alignment = std::max(Granularity, Vars[i].Alignment); in ComputeASanStackFrameLayout() local
/external/llvm/lib/Target/Mips/
DMipsFrameLowering.h28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) in MipsFrameLowering()
/external/chromium_org/ui/views/
Dview_model_utils.h18 enum Alignment { enum
/external/llvm/lib/Target/Hexagon/
DHexagonVarargsCallingConvention.h77 unsigned Alignment = in CC_Hexagon32_VarArgs() local
132 unsigned Alignment = in RetCC_Hexagon32_VarArgs() 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/chromium_org/ui/views/controls/menu/
Dmenu_2.h33 enum Alignment { enum
/external/clang/lib/CodeGen/
DCGValue.h137 int64_t Alignment; variable
308 QualType type, CharUnits Alignment) { in MakeVectorElt()
318 QualType type, CharUnits Alignment) { in MakeExtVectorElt()
335 QualType type, CharUnits Alignment) { in MakeBitfield()
346 CharUnits Alignment) { in MakeGlobalReg()
368 unsigned short Alignment; variable
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp64 unsigned Alignment) { in getExistingMachineCPValue()
165 unsigned Alignment) { in getExistingMachineCPValue()
204 unsigned Alignment) { in getExistingMachineCPValue()
244 unsigned Alignment) { in getExistingMachineCPValue()
/external/llvm/docs/
DBigEndianNEON.rst130 Alignment section in Considerations
/external/clang/lib/Sema/
DSemaAttr.cpp34 unsigned Alignment; member
44 unsigned Alignment; member in __anonae398fe90111::PragmaPackStack
123 if (unsigned Alignment = Stack->getAlignment()) { in AddAlignmentAttributesForRecord() local
193 Expr *Alignment = static_cast<Expr *>(alignment); in ActOnPragmaPack() local
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp442 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) override { in allocateSpace()
460 unsigned Alignment) override { in allocateStub()
465 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) override { in allocateGlobal()
470 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection()
517 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
/external/chromium_org/ui/views/controls/
Dimage_view.h31 enum Alignment { enum
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp40 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/chromium_org/chrome/browser/ui/views/message_center/
Dmessage_center_widget_delegate.h23 enum Alignment { enum
/external/chromium_org/mojo/public/cpp/bindings/tests/
Dbuffer_unittest.cc25 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

123456