Searched defs:Alignment (Results 1 - 25 of 108) sorted by relevance

12345

/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h29 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp145 layoutRecordType(const clang::RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap <const clang::FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &BaseOffsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &VirtualBaseOffsets) argument
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonVarargsCallingConvention.h77 unsigned Alignment = local
132 unsigned Alignment = local
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp40 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp95 unsigned long long Alignment = 0; local
118 unsigned long long Alignment = 0; local
156 layoutRecordType(const RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &BaseOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &VirtualBaseOffsets) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lli/
H A DRemoteTarget.cpp54 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, argument
H A DRemoteMemoryManager.h38 unsigned Alignment; member in struct:llvm::RemoteMemoryManager::Allocation
H A DRemoteTargetExternal.cpp29 bool RemoteTargetExternal::allocateSpace(size_t Size, unsigned Alignment, argument
60 void RemoteTargetExternal::SendAllocateSpace(uint32_t Alignment, uint32_t Size) { argument
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h85 unsigned Alignment; member in class:llvm::MachineConstantPoolEntry
H A DJITCodeEmitter.h151 void emitAlignment(unsigned Alignment) { argument
160 void emitAlignmentWithFill(unsigned Alignment, uint8_t Fill) { argument
256 allocateSpace(uintptr_t Size, unsigned Alignment) argument
[all...]
H A DMachineCodeEmitter.h163 void emitAlignment(unsigned Alignment) { argument
258 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { argument
H A DMachineFunction.h125 unsigned Alignment; member in class:llvm::MachineFunction
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp21 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
31 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName) argument
38 allocateSection(MemoryGroup &MemGroup, uintptr_t Size, unsigned Alignment) argument
[all...]
H A DMCJIT.h37 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, argument
42 virtual uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, argument
/freebsd-10.1-release/contrib/llvm/include/llvm/Object/
H A DCOFFYAML.h46 unsigned Alignment; member in struct:llvm::COFFYAML::Section
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DAlignOf.h39 enum { Alignment = enumerator in enum:llvm::AlignOf::__anon2052
[all...]
H A DAllocator.h170 T *Allocate(size_t Num, size_t Alignment) { argument
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetJITInfo.h56 size_t Alignment; member in struct:llvm::TargetJITInfo::StubLayout
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DAllocator.cpp40 char *BumpPtrAllocator::AlignPtr(char *Ptr, size_t Alignment) { argument
95 void *BumpPtrAllocator::Allocate(size_t Size, size_t Alignment) { argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp63 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) argument
164 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) argument
203 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) argument
243 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) argument
H A DARMConstantPoolValue.h70 getExistingMachineCPValueImpl(MachineConstantPool *CP, unsigned Alignment) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttr.h71 operator delete(void *Ptr, ASTContext &C, size_t Alignment) argument
H A DRecordLayout.h67 CharUnits Alignment; member in class:clang::ASTRecordLayout
/freebsd-10.1-release/contrib/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp106 uint32_t Alignment; local
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DDataLayout.h407 static UIntTy RoundUpAlignment(UIntTy Val, unsigned Alignment) { argument

Completed in 160 milliseconds

12345