Home
last modified time | relevance | path

Searched defs:getAlignment (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DAddress.h41 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
67 CharUnits getAlignment() const { in getAlignment() function
120 CharUnits getAlignment() const { in getAlignment() function
H A DCGValue.h330 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); } in getAlignment() function
635 CharUnits getAlignment() const { in getAlignment() function
H A DCGRecordLayoutBuilder.cpp164 CharUnits getAlignment(llvm::Type *Type) { in getAlignment() function
H A DCGExprConstant.cpp47 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment() function
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTarget.h36 unsigned getAlignment() const { return alignment; } in getAlignment() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalObject.h70 uint64_t getAlignment() const { in getAlignment() function
H A DDataLayout.h633 Align getAlignment() const { return StructAlignment; } in getAlignment() function
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h411 inline uint32_t SymbolRef::getAlignment() const { in getAlignment() function
480 inline uint64_t SectionRef::getAlignment() const { in getAlignment() function
H A DOffloadBinary.h83 static uint64_t getAlignment() { return 8; } in getAlignment() function
H A DCOFF.h459 uint32_t getAlignment() const { in getAlignment() function
577 uint32_t getAlignment() const { in getAlignment() function
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryData.h125 uint16_t getAlignment() const { return Alignment; } in getAlignment() function
H A DBinarySection.h227 uint64_t getAlignment() const { return Alignment; } in getAlignment() function
H A DBinaryFunction.h178 uint16_t getAlignment() const { return sizeof(uint64_t); } in getAlignment() function
1770 uint16_t getAlignment() const { return Alignment; } in getAlignment() function
H A DBinaryBasicBlock.h570 uint32_t getAlignment() const { return Alignment; } in getAlignment() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRecordLayout.h182 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
H A DOpenMPClause.h381 Expr *getAlignment() const { return cast_or_null<Expr>(Alignment); } in getAlignment() function
4203 Expr *getAlignment() { return *varlist_end(); } in getAlignment() function
4206 const Expr *getAlignment() const { return *varlist_end(); } in getAlignment() function
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCFragment.h322 Align getAlignment() const { return Alignment; } in getAlignment() function
599 Align getAlignment() const { return AlignBoundary; } in getAlignment() function
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h464 Align getAlignment() const { in getAlignment() function
676 Align getAlignment() const { in getAlignment() function
/llvm-project-15.0.7/lld/COFF/
H A DChunks.h65 uint32_t getAlignment() const { return 1U << p2Align; } in getAlignment() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp328 MaybeAlign Attribute::getAlignment() const { in getAlignment() function in Attribute
706 MaybeAlign AttributeSet::getAlignment() const { in getAlignment() function in AttributeSet
884 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment() function in AttributeSetNode
H A DDataLayout.cpp747 Align DataLayout::getAlignment(Type *Ty, bool abi_or_pref) const { in getAlignment() function in DataLayout
/llvm-project-15.0.7/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp269 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment() function
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp1298 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h285 uint64_t getAlignment() const { return 1ull << P2Align; } in getAlignment() function