Home
last modified time | relevance | path

Searched defs:getAlignment (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DAddress.h41 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
67 CharUnits getAlignment() const { in getAlignment() function
120 CharUnits getAlignment() const { in getAlignment() function
H A DCGValue.h330 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); } in getAlignment() function
635 CharUnits getAlignment() const { in getAlignment() function
H A DCGRecordLayoutBuilder.cpp164 CharUnits getAlignment(llvm::Type *Type) { in getAlignment() function
H A DCGExprConstant.cpp48 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h415 inline uint32_t SymbolRef::getAlignment() const { in getAlignment() function
484 inline Align SectionRef::getAlignment() const { in getAlignment() function
H A DOffloadBinary.h83 static uint64_t getAlignment() { return 8; } in getAlignment() function
H A DCOFF.h459 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 DGlobalObject.h70 uint64_t getAlignment() const { in getAlignment() function
H A DDataLayout.h636 Align getAlignment() const { return StructAlignment; } in getAlignment() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DRecordLayout.h182 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
H A DOpenMPClause.h420 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 DMCFragment.h322 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 DCoroInstr.h464 Align getAlignment() const { in getAlignment() function
676 Align getAlignment() const { in getAlignment() function
/openbsd-src/gnu/llvm/lld/COFF/
H A DChunks.h64 uint32_t getAlignment() const { return 1U << p2Align; } in getAlignment() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp336 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 DDataLayout.cpp750 Align DataLayout::getAlignment(Type *Ty, bool abi_or_pref) const { in getAlignment() function in DataLayout
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp269 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp1339 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h287 uint64_t getAlignment() const { return 1ull << P2Align; } in getAlignment() function