/openbsd-src/gnu/llvm/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 | 48 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 415 inline uint32_t SymbolRef::getAlignment() const { in getAlignment() function 484 inline Align 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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 70 uint64_t getAlignment() const { in getAlignment() function
|
H A D | DataLayout.h | 636 Align getAlignment() const { return StructAlignment; } in getAlignment() function
|
/openbsd-src/gnu/llvm/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 4245 Expr *getAlignment() { return *varlist_end(); } in getAlignment() function 4248 const Expr *getAlignment() const { return *varlist_end(); } in getAlignment() function
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInstr.h | 464 Align getAlignment() const { in getAlignment() function 676 Align getAlignment() const { in getAlignment() function
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | Chunks.h | 64 uint32_t getAlignment() const { return 1U << p2Align; } in getAlignment() function
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Attributes.cpp | 336 MaybeAlign Attribute::getAlignment() const { in getAlignment() function in Attribute 776 MaybeAlign AttributeSet::getAlignment() const { in getAlignment() function in AttributeSet 960 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment() function in AttributeSetNode
|
H A D | DataLayout.cpp | 750 Align DataLayout::getAlignment(Type *Ty, bool abi_or_pref) const { in getAlignment() function in DataLayout
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 269 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment() function
|
/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | InputFiles.cpp | 1339 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 287 uint64_t getAlignment() const { return 1ull << P2Align; } in getAlignment() function
|