Home
last modified time | relevance | path

Searched refs:PointersTy (Results 1 – 5 of 5) 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-10.0/llvm/include/llvm/IR/
DDataLayout.h159 using PointersTy = SmallVector<PointerAlignElem, 8>; variable
160 PointersTy Pointers;
162 PointersTy::const_iterator
167 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);
/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp511 DataLayout::PointersTy::iterator
526 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()
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h161 using PointersTy = SmallVector<PointerAlignElem, 8>; variable
162 PointersTy Pointers;