/llvm-project/mlir/include/mlir/Conversion/MemRefToLLVM/ |
H A D | AllocLikeConversion.h | 41 Value getAlignment(ConversionPatternRewriter &rewriter, Location loc, in getAlignment() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 92 CharUnits getAlignment() const { getAlignment() function 166 CharUnits getAlignment() const { return Alignment; } getAlignment() function
|
H A D | CGRecordLayoutBuilder.cpp | 163 CharUnits getAlignment(llvm::Type *Type) const { getAlignment() function [all...] |
H A D | CGExprConstant.cpp | 49 CharUnits getAlignment(const llvm::Constant *C) const { getAlignment() function
|
/llvm-project/flang/include/flang/Optimizer/CodeGen/ |
H A D | Target.h | 46 unsigned getAlignment() const { return alignment; } in getAlignment() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 71 uint64_t getAlignment() const { getAlignment() function
|
H A D | DataLayout.h | 633 Align getAlignment() const { return StructAlignment; } getAlignment() function
|
/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 | 84 static uint64_t getAlignment() { return 8; } in 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 { getAlignment() function 577 uint32_t getAlignment() const { getAlignment() function
|
/llvm-project/clang/lib/AST/ |
H A D | AttrImpl.cpp | 244 unsigned AlignedAttr::getAlignment(ASTContext &Ctx) const { in getAlignment() function in AlignedAttr
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryData.h | 123 uint16_t getAlignment() const { return Alignment; } in getAlignment() function
|
H A D | BinarySection.h | 257 uint64_t getAlignment() const { return Alignment; } getAlignment() function
|
H A D | BinaryFunction.h | 197 uint16_t getAlignment() const { return sizeof(uint64_t); } getAlignment() function 1748 uint16_t getAlignment() const { return Alignment; } getAlignment() function
|
H A D | BinaryBasicBlock.h | 563 uint32_t getAlignment() const { return Alignment; } getAlignment() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | RecordLayout.h | 182 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 313 Align getAlignment() const { return Alignment; } getAlignment() function 583 Align getAlignment() const { return AlignBoundary; } getAlignment() function
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInstr.h |
|
/llvm-project/lld/COFF/ |
H A D | Chunks.h | 71 uint32_t getAlignment() const { return 1U << p2Align; } in getAlignment() function
|
/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 789 Align DataLayout::getAlignment(Type *Ty, bool abi_or_pref) const { getAlignment() function in DataLayout
|
H A D | Attributes.cpp | 426 MaybeAlign Attribute::getAlignment() const { getAlignment() function in Attribute 925 MaybeAlign AttributeSet::getAlignment() const { getAlignment() function in AttributeSet 1113 MaybeAlign AttributeSetNode::getAlignment() const { getAlignment() function in AttributeSetNode
|
/llvm-project/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 281 static uint32_t getAlignment(const MCSectionCOFF &Sec) { getAlignment() function
|
/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 1430 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, getAlignment() function
|
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 293 uint64_t getAlignment() const { return 1ull << P2Align; } getAlignment() function
|