Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h93 CharUnits getAlignment() const { in getAlignment() function
189 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
H A DCGRecordLayoutBuilder.cpp164 CharUnits getAlignment(llvm::Type *Type) const { in getAlignment() function
H A DCGExprConstant.cpp50 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h70 uint64_t getAlignment() const { getAlignment() function
H A DDataLayout.h633 Align getAlignment() const { return StructAlignment; } in getAlignment() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h472 inline uint32_t SymbolRef::getAlignment() const { in getAlignment() function
541 inline Align SectionRef::getAlignment() const { in getAlignment() function
H A DOffloadBinary.h83 static uint64_t getAlignment() { return 8; } getAlignment() function
H A DGOFF.h275 static void getAlignment(const uint8_t *Record, in getAlignment() function
H A DCOFF.h459 uint32_t getAlignment() const { in getAlignment() function
577 uint32_t getAlignment() const { in getAlignment() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp244 unsigned AlignedAttr::getAlignment(ASTContext &Ctx) const { in getAlignment() function in AlignedAttr
/freebsd/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
4381 Expr *getAlignment() { return *varlist_end(); } in getAlignment() function
4384 const Expr *getAlignment() const { return *varlist_end(); } in getAlignment() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h313 Align getAlignment() const { return Alignment; } in getAlignment() function
583 Align getAlignment() const { return AlignBoundary; } in getAlignment() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h495 Align getAlignment() const { in getAlignment() function
745 Align getAlignment() const { in getAlignment() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h71 uint32_t getAlignment() const { return 1U << p2Align; } in getAlignment() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp426 MaybeAlign Attribute::getAlignment() const { in getAlignment() function in Attribute
925 MaybeAlign AttributeSet::getAlignment() const { in getAlignment() function in AttributeSet
1113 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment() function in AttributeSetNode
H A DDataLayout.cpp789 Align DataLayout::getAlignment(Type *Ty, bool abi_or_pref) const { in getAlignment() function in DataLayout
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp258 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1429 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h293 uint64_t getAlignment() const { return 1ull << P2Align; } in getAlignment() function