| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | Address.h | 41 CharUnits getAlignment() const { return Alignment; } in getAlignment() function 67 CharUnits getAlignment() const { in getAlignment() function 120 CharUnits getAlignment() const { in getAlignment() function
|
| H A D | CGValue.h | 330 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); } in getAlignment() function 635 CharUnits getAlignment() const { in getAlignment() function
|
| H A D | CGRecordLayoutBuilder.cpp | 164 CharUnits getAlignment(llvm::Type *Type) { in getAlignment() function
|
| H A D | CGExprConstant.cpp | 47 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment() function
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | Target.h | 36 unsigned getAlignment() const { return alignment; } in getAlignment() function
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 70 uint64_t getAlignment() const { in getAlignment() function
|
| H A D | DataLayout.h | 633 Align getAlignment() const { return StructAlignment; } in getAlignment() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 411 inline uint32_t SymbolRef::getAlignment() const { in getAlignment() function 480 inline uint64_t SectionRef::getAlignment() const { in getAlignment() function
|
| H A D | OffloadBinary.h | 83 static uint64_t getAlignment() { return 8; } in getAlignment() function
|
| H A D | COFF.h | 459 uint32_t getAlignment() const { in getAlignment() function 577 uint32_t getAlignment() const { in getAlignment() function
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryData.h | 125 uint16_t getAlignment() const { return Alignment; } in getAlignment() function
|
| H A D | BinarySection.h | 227 uint64_t getAlignment() const { return Alignment; } in getAlignment() function
|
| H A D | BinaryFunction.h | 178 uint16_t getAlignment() const { return sizeof(uint64_t); } in getAlignment() function 1770 uint16_t getAlignment() const { return Alignment; } in getAlignment() function
|
| H A D | BinaryBasicBlock.h | 570 uint32_t getAlignment() const { return Alignment; } in getAlignment() function
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | RecordLayout.h | 182 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
|
| H A D | OpenMPClause.h | 381 Expr *getAlignment() const { return cast_or_null<Expr>(Alignment); } in getAlignment() function 4203 Expr *getAlignment() { return *varlist_end(); } in getAlignment() function 4206 const Expr *getAlignment() const { return *varlist_end(); } in getAlignment() function
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 322 Align getAlignment() const { return Alignment; } in getAlignment() function 599 Align getAlignment() const { return AlignBoundary; } in getAlignment() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInstr.h | 464 Align getAlignment() const { in getAlignment() function 676 Align getAlignment() const { in getAlignment() function
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Chunks.h | 65 uint32_t getAlignment() const { return 1U << p2Align; } in getAlignment() function
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Attributes.cpp | 328 MaybeAlign Attribute::getAlignment() const { in getAlignment() function in Attribute 706 MaybeAlign AttributeSet::getAlignment() const { in getAlignment() function in AttributeSet 884 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment() function in AttributeSetNode
|
| H A D | DataLayout.cpp | 747 Align DataLayout::getAlignment(Type *Ty, bool abi_or_pref) const { in getAlignment() function in DataLayout
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 269 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment() function
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | InputFiles.cpp | 1298 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 285 uint64_t getAlignment() const { return 1ull << P2Align; } in getAlignment() function
|