Searched refs:PointersTy (Results 1 – 5 of 5) sorted by relevance
126 typedef SmallVector<PointerAlignElem, 8> PointersTy; typedef127 PointersTy Pointers;129 PointersTy::const_iterator134 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);
159 using PointersTy = SmallVector<PointerAlignElem, 8>; variable160 PointersTy Pointers;162 PointersTy::const_iterator167 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);
429 DataLayout::PointersTy::iterator444 PointersTy::iterator I = findPointerLowerBound(AddrSpace); in setPointerAlignment()581 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerABIAlignment()590 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerPrefAlignment()599 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerSize()
511 DataLayout::PointersTy::iterator526 PointersTy::iterator I = findPointerLowerBound(AddrSpace); in setPointerAlignment()637 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerABIAlignment()646 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerPrefAlignment()655 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerSize()679 PointersTy::const_iterator I = findPointerLowerBound(AS); in getIndexSize()
161 using PointersTy = SmallVector<PointerAlignElem, 8>; variable162 PointersTy Pointers;