Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DAddress.h103 clang::CharUnits getAlignment() const { return alignment; } in getAlignment() function
H A DCIRGenValue.h199 clang::CharUnits getAlignment() const { in getAlignment() function
H A DCIRGenRecordLayoutBuilder.cpp106 CharUnits getAlignment(mlir::Type Ty) { in getAlignment() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h93 CharUnits getAlignment() const { in getAlignment() function
194 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
H A DCGRecordLayoutBuilder.cpp164 CharUnits getAlignment(llvm::Type *Type) const { in getAlignment() function
H A DCGExprConstant.cpp60 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h473 inline uint32_t SymbolRef::getAlignment() const { in getAlignment() function
542 inline Align SectionRef::getAlignment() const { in getAlignment() function
H A DOffloadBinary.h87 static uint64_t getAlignment() { return 8; } in getAlignment() function
H A DGOFF.h275 static void getAlignment(const uint8_t *Record, in getAlignment() function
H A DCOFF.h468 uint32_t getAlignment() const { in getAlignment() function
586 uint32_t getAlignment() const { in getAlignment() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h302 uint64_t getAlignment() const { in getAlignment() function
H A DDataLayout.h639 Align getAlignment() const { return StructAlignment; } in getAlignment() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp250 unsigned AlignedAttr::getAlignment(ASTContext &Ctx) const { in getAlignment() function in AlignedAttr
H A DRecordLayoutBuilder.cpp810 CharUnits getAlignment() const { return Alignment; } in getAlignment() function in __anonbcc347f50111::ItaniumRecordLayoutBuilder
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h183 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
H A DOpenMPClause.h474 Expr *getAlignment() const { return getStmtAs<Expr>(); } in getAlignment() function
607 Expr *getAlignment() const { return Alignment; } in getAlignment() function
4935 Expr *getAlignment() { return *varlist_end(); } in getAlignment() function
4938 const Expr *getAlignment() const { return *varlist_end(); } in getAlignment() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h502 Align getAlignment() const { in getAlignment() function
751 Align getAlignment() const { in getAlignment() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h500 Align getAlignment() const { return Alignment; } in getAlignment() function
760 Align getAlignment() const { return AlignBoundary; } in getAlignment() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp768 Align DataLayout::getAlignment(Type *Ty, bool abi_or_pref) const { in getAlignment() function in DataLayout
H A DAttributes.cpp435 MaybeAlign Attribute::getAlignment() const { in getAlignment() function in Attribute
1134 MaybeAlign AttributeSet::getAlignment() const { in getAlignment() function in AttributeSet
1326 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment() function in AttributeSetNode
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h72 uint32_t getAlignment() const { return 1U << p2Align; } in getAlignment() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp259 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1477 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h300 uint64_t getAlignment() const { return 1ull << P2Align; } in getAlignment() function