Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp587 DataLayout::getPointerAlignElem(uint32_t AddressSpace) const { in getPointerAlignElem() function in DataLayout
694 return getPointerAlignElem(AS).ABIAlign; in getPointerABIAlignment()
698 return getPointerAlignElem(AS).PrefAlign; in getPointerPrefAlignment()
702 return getPointerAlignElem(AS).TypeByteWidth; in getPointerSize()
721 return getPointerAlignElem(AS).IndexWidth; in getIndexSize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h165 const PointerAlignElem &getPointerAlignElem(uint32_t AddressSpace) const;