| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 129 unsigned getAlignment() const { return getAlign().value(); } in getAlignment() function 220 unsigned getAlignment() const { return getAlign().value(); } in getAlignment() function 351 unsigned getAlignment() const { return getAlign().value(); } in getAlignment() function
|
| H A D | GlobalObject.h | 71 unsigned getAlignment() const { in getAlignment() function
|
| H A D | DataLayout.h | 615 Align getAlignment() const { return StructAlignment; } in getAlignment() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 46 uint64_t getAlignment() const { return Alignment; } in getAlignment() function
|
| H A D | JITLink.h | 277 uint64_t getAlignment() const { return 1ull << P2Align; } in getAlignment() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | Address.h | 66 CharUnits getAlignment() const { in getAlignment() function
|
| H A D | CGValue.h | 318 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); } in getAlignment() function 623 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
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 401 inline uint32_t SymbolRef::getAlignment() const { in getAlignment() function 470 inline uint64_t SectionRef::getAlignment() const { 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-13.1/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 | 4086 Expr *getAlignment() { return *varlist_end(); } in getAlignment() function 4089 const Expr *getAlignment() const { return *varlist_end(); } in getAlignment() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 320 unsigned getAlignment() const { return Alignment; } in getAlignment() function 583 Align getAlignment() const { return AlignBoundary; } in getAlignment() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInstr.h | 464 Align getAlignment() const { in getAlignment() function 664 Align getAlignment() const { in getAlignment() function
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Chunks.h | 65 uint32_t getAlignment() const { return 1U << p2Align; } in getAlignment() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 325 MaybeAlign Attribute::getAlignment() const { in getAlignment() function in Attribute 675 MaybeAlign AttributeSet::getAlignment() const { in getAlignment() function in AttributeSet 892 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment() function in AttributeSetNode
|
| H A D | DataLayout.cpp | 739 Align DataLayout::getAlignment(Type *Ty, bool abi_or_pref) const { in getAlignment() function in DataLayout
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 266 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment() function
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 1417 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment() function
|