Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDataLayout.h126 typedef SmallVector<PointerAlignElem, 8> PointersTy; typedef
127 PointersTy Pointers;
129 PointersTy::const_iterator
134 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDataLayout.h149 using PointersTy = SmallVector<PointerAlignElem, 8>; variable
150 PointersTy Pointers;
152 PointersTy::const_iterator
157 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDataLayout.cpp486 DataLayout::PointersTy::iterator
501 PointersTy::iterator I = findPointerLowerBound(AddrSpace); in setPointerAlignment()
612 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerABIAlignment()
621 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerPrefAlignment()
630 PointersTy::const_iterator I = findPointerLowerBound(AS); in getPointerSize()
646 PointersTy::const_iterator I = findPointerLowerBound(AS); in getIndexSize()
/external/llvm/lib/IR/
DDataLayout.cpp429 DataLayout::PointersTy::iterator
444 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()