OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointersTy
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
DataLayout.h
129
typedef SmallVector<PointerAlignElem, 8>
PointersTy
;
130
PointersTy
Pointers;
132
PointersTy
::const_iterator
137
PointersTy
::iterator findPointerLowerBound(uint32_t AddressSpace);
/external/llvm/lib/IR/
DataLayout.cpp
429
DataLayout::
PointersTy
::iterator
444
PointersTy
::iterator I = findPointerLowerBound(AddrSpace);
581
PointersTy
::const_iterator I = findPointerLowerBound(AS);
590
PointersTy
::const_iterator I = findPointerLowerBound(AS);
599
PointersTy
::const_iterator I = findPointerLowerBound(AS);
Completed in 1197 milliseconds