/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | LayoutOverrideSource.cpp | 95 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()
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | SectionMemoryManager.cpp | 22 unsigned Alignment, in allocateDataSection() 32 unsigned Alignment, in allocateCodeSection() 40 unsigned Alignment) { in allocateSection()
|
H A D | MCJIT.h | 38 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() 44 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsFrameLowering.h | 28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) in MipsFrameLowering()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | ASanStackFrameLayout.cpp | 43 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
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonVarargsCallingConvention.h | 77 unsigned Alignment = State.getTarget() in CC_Hexagon32_VarArgs() local 136 unsigned Alignment = State.getTarget() in RetCC_Hexagon32_VarArgs() local
|
/minix3/external/bsd/llvm/dist/llvm/docs/ |
H A D | BigEndianNEON.rst | 130 Alignment section in Considerations
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGValue.h | 137 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
|
/minix3/external/bsd/llvm/dist/llvm/tools/lli/ |
H A D | RemoteMemoryManager.cpp | 32 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection() 47 allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
|
H A D | RemoteTarget.cpp | 31 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, in allocateSpace()
|
H A D | RemoteTargetExternal.cpp | 31 bool RemoteTargetExternal::allocateSpace(size_t Size, unsigned Alignment, in allocateSpace() 119 bool RemoteTargetExternal::SendAllocateSpace(uint32_t Alignment, uint32_t Size) { in SendAllocateSpace()
|
H A D | RemoteMemoryManager.h | 37 unsigned Alignment; member
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 64 unsigned Alignment) { in getExistingMachineCPValue() 165 unsigned Alignment) { in getExistingMachineCPValue() 204 unsigned Alignment) { in getExistingMachineCPValue() 244 unsigned Alignment) { in getExistingMachineCPValue()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZConstantPoolValue.cpp | 40 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | alloca-align.cpp | 5 unsigned Alignment; member
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 34 unsigned Alignment; member 44 unsigned Alignment; member in __anonf348ea230111::PragmaPackStack 123 if (unsigned Alignment = Stack->getAlignment()) { in AddAlignmentAttributesForRecord() local 193 Expr *Alignment = static_cast<Expr *>(alignment); in ActOnPragmaPack() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | ASanStackFrameLayout.h | 33 size_t Alignment; // Alignment of the variable (power of 2). member
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 512 int MachineFrameInfo::CreateStackObject(uint64_t Size, unsigned Alignment, in CreateStackObject() 530 unsigned Alignment) { in CreateSpillStackObject() 544 int MachineFrameInfo::CreateVariableSizedObject(unsigned Alignment, in CreateVariableSizedObject() 929 unsigned Alignment) { in getConstantPoolIndex() 950 unsigned Alignment) { in getConstantPoolIndex()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineConstantPool.h | 86 unsigned Alignment; variable
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITCAPITest.cpp | 100 void useSpace(uintptr_t* UsedSize, uintptr_t Size, unsigned Alignment) { in useSpace() 106 virtual uint8_t* allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection() 113 uint8_t* allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | Allocator.h | 46 void *Allocate(size_t Size, size_t Alignment) { in Allocate() 206 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate()
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 256 uint64_t Alignment) { in computeAllocationSizeForSections() 322 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeTotalAllocSize() local 406 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeSectionStubBufSize() local 489 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in emitSection() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 155 unsigned Alignment = in ExpandRes_BITCAST() local 255 unsigned Alignment = LD->getAlignment(); in ExpandRes_NormalLoad() local 470 unsigned Alignment = St->getAlignment(); in ExpandOp_NormalStore() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExternalASTSource.cpp | 46 const RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, in layoutRecordType()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Attr.h | 72 size_t Alignment) throw() { in delete()
|