OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findPointerLowerBound
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
DataLayout.cpp
430
DataLayout::
findPointerLowerBound
(uint32_t AddressSpace) {
444
PointersTy::iterator I =
findPointerLowerBound
(AddrSpace);
581
PointersTy::const_iterator I =
findPointerLowerBound
(AS);
583
I =
findPointerLowerBound
(0);
590
PointersTy::const_iterator I =
findPointerLowerBound
(AS);
592
I =
findPointerLowerBound
(0);
599
PointersTy::const_iterator I =
findPointerLowerBound
(AS);
601
I =
findPointerLowerBound
(0);
/external/llvm/include/llvm/IR/
DataLayout.h
133
findPointerLowerBound
(uint32_t AddressSpace) const {
134
return const_cast<DataLayout *>(this)->
findPointerLowerBound
(AddressSpace);
137
PointersTy::iterator
findPointerLowerBound
(uint32_t AddressSpace);
Completed in 80 milliseconds