/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 71 uint64_t getAlignment() const { in getAlignment() function
|
H A D | DataLayout.h | 633 Align getAlignment() const { return StructAlignment; } in getAlignment() function
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 78 CharUnits getAlignment() const { getAlignment() function
|
H A D | CGValue.h | 331 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); } getAlignment() function 658 CharUnits getAlignment() const { getAlignment() function
|
H A D | CGRecordLayoutBuilder.cpp | 164 CharUnits getAlignment(llvm::Type *Type) const { in getAlignment() function [all...] |
H A D | CGExprConstant.cpp | 49 CharUnits getAlignment(const llvm::Constant *C) const { getAlignment() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 471 inline uint32_t SymbolRef::getAlignment() const { getAlignment() function 540 inline Align SectionRef::getAlignment() const { getAlignment() function
|
H A D | OffloadBinary.h | 84 static uint64_t getAlignment() { return 8; } in getAlignment() function
|
H A D | GOFF.h | 255 static void getAlignment(const uint8_t *Record, getAlignment() function
|
H A D | COFF.h | 459 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 D | AttrImpl.cpp | 244 unsigned AlignedAttr::getAlignment(ASTContext &Ctx) const { in getAlignment() function in AlignedAttr
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RecordLayout.h | 182 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
|
H A D | OpenMPClause.h | 420 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 D | MCFragment.h | 326 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 D | CoroInstr.h | 462 Align getAlignment() const { getAlignment() function 712 Align getAlignment() const { getAlignment() function
|
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | Chunks.h | 65 uint32_t getAlignment() const { return 1U << p2Align; } getAlignment() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 342 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 D | DataLayout.cpp | 789 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 D | WinCOFFObjectWriter.cpp | 289 static uint32_t getAlignment(const MCSectionCOFF &Sec) { getAlignment() function
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 1371 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, getAlignment() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 292 uint64_t getAlignment() const { return 1ull << P2Align; } getAlignment() function
|