Home
last modified time | relevance | path

Searched refs:getABITypeAlignment (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h527 uint64_t getABITypeAlignment(Type *Ty) const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp832 uint64_t DataLayout::getABITypeAlignment(Type *Ty) const { in getABITypeAlignment() function in DataLayout