Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h71 uint64_t getAlignment() const { in getAlignment() function
H A DDataLayout.h633 Align getAlignment() const { return StructAlignment; } in getAlignment() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h78 CharUnits getAlignment() const { getAlignment() function
H A DCGValue.h331 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); } getAlignment() function
658 CharUnits getAlignment() const { getAlignment() function
H A DCGRecordLayoutBuilder.cpp164 CharUnits getAlignment(llvm::Type *Type) const { in getAlignment() function
[all...]
H A DCGExprConstant.cpp49 CharUnits getAlignment(const llvm::Constant *C) const { getAlignment() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h471 inline uint32_t SymbolRef::getAlignment() const { getAlignment() function
540 inline Align SectionRef::getAlignment() const { getAlignment() function
H A DOffloadBinary.h84 static uint64_t getAlignment() { return 8; } in getAlignment() function
H A DGOFF.h255 static void getAlignment(const uint8_t *Record, getAlignment() function
H A DCOFF.h459 uint32_t getAlignment() const { in getAlignment() function
577 uint32_t getAlignment() const { in getAlignment() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp244 unsigned AlignedAttr::getAlignment(ASTContext &Ctx) const { in getAlignment() function in AlignedAttr
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h182 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
H A DOpenMPClause.h420 Expr *getAlignment() const { return getStmtAs<Expr>(); } in getAlignment() function
4341 Expr *getAlignment() { return *varlist_end(); } getAlignment() function
4344 const Expr *getAlignment() const { return *varlist_end(); } getAlignment() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h326 Align getAlignment() const { return Alignment; } getAlignment() function
601 Align getAlignment() const { return AlignBoundary; } getAlignment() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h462 Align getAlignment() const { getAlignment() function
712 Align getAlignment() const { getAlignment() function
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DChunks.h65 uint32_t getAlignment() const { return 1U << p2Align; } getAlignment() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp342 MaybeAlign Attribute::getAlignment() const { getAlignment() function in Attribute
795 MaybeAlign AttributeSet::getAlignment() const { getAlignment() function in AttributeSet
983 MaybeAlign AttributeSetNode::getAlignment() const { getAlignment() function in AttributeSetNode
H A DDataLayout.cpp789 Align DataLayout::getAlignment(Type *Ty, bool abi_or_pref) const { in getAlignment() function in DataLayout
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp289 static uint32_t getAlignment(const MCSectionCOFF &Sec) { getAlignment() function
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1371 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, getAlignment() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h292 uint64_t getAlignment() const { return 1ull << P2Align; } getAlignment() function