/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 93 CharUnits getAlignment() const { in getAlignment() function 189 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
|
H A D | CGRecordLayoutBuilder.cpp | 164 CharUnits getAlignment(llvm::Type *Type) const { in getAlignment() function
|
H A D | CGExprConstant.cpp | 50 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 70 uint64_t getAlignment() const { getAlignment() function
|
H A D | DataLayout.h | 633 Align getAlignment() const { return StructAlignment; } in getAlignment() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 472 inline uint32_t SymbolRef::getAlignment() const { in getAlignment() function 541 inline Align SectionRef::getAlignment() const { in getAlignment() function
|
H A D | OffloadBinary.h | 83 static uint64_t getAlignment() { return 8; } getAlignment() function
|
H A D | GOFF.h | 275 static void getAlignment(const uint8_t *Record, in getAlignment() function
|
H A D | COFF.h | 459 uint32_t getAlignment() const { in getAlignment() function 577 uint32_t getAlignment() const { in getAlignment() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | AttrImpl.cpp | 244 unsigned AlignedAttr::getAlignment(ASTContext &Ctx) const { in getAlignment() function in AlignedAttr
|
/freebsd/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 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 D | MCFragment.h | 313 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 D | CoroInstr.h | 495 Align getAlignment() const { in getAlignment() function 745 Align getAlignment() const { in getAlignment() function
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Chunks.h | 71 uint32_t getAlignment() const { return 1U << p2Align; } in getAlignment() function
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 426 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 D | DataLayout.cpp | 789 Align DataLayout::getAlignment(Type *Ty, bool abi_or_pref) const { in getAlignment() function in DataLayout
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 258 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment() function
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 1429 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 293 uint64_t getAlignment() const { return 1ull << P2Align; } in getAlignment() function
|