Searched refs:SSize (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/MC/ |
| D | MCObjectSymbolizer.cpp | 225 uint64_t SSize; It->getSize(SSize); in findSectionContaining() local 226 if (Addr >= SAddr + SSize) in findSectionContaining() 251 uint64_t SSize; SI->getSize(SSize); in buildSectionList() local 258 if (FoundSAddr < SAddr + SSize) in buildSectionList()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/ADT/ |
| D | IntervalMap.h | 285 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib() argument 287 Sib.copy(*this, 0, SSize, Count); in transferToLeftSib() 296 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib() argument 298 Sib.moveRight(0, Count, SSize); in transferToRightSib() 309 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib() argument 312 unsigned Count = std::min(std::min(unsigned(Add), SSize), N - Size); in adjustFromLeftSib() 313 Sib.transferToRightSib(SSize, *this, Size, Count); in adjustFromLeftSib() 317 unsigned Count = std::min(std::min(unsigned(-Add), Size), N - SSize); in adjustFromLeftSib() 318 transferToLeftSib(Size, Sib, SSize, Count); in adjustFromLeftSib()
|