Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDataLayout.h129 typedef SmallVector<PointerAlignElem, 8> PointersTy; typedef
130 PointersTy Pointers;
132 PointersTy::const_iterator
137 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);
/external/llvm/lib/IR/
DDataLayout.cpp424 DataLayout::PointersTy::iterator
439 PointersTy::iterator I = findPointerLowerBound(AddrSpace); in setPointerAlignment()
576 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerABIAlignment()
585 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerPrefAlignment()
594 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerSize()