OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCObjectSymbolizer.cpp
195
uint64_t
SSize
; It->getSize(
SSize
);
196
if (Addr >= SAddr +
SSize
)
203
uint64_t
SSize
; Sec.getSize(
SSize
);
210
if (FoundSAddr < SAddr +
SSize
)
/external/llvm/include/llvm/ADT/
IntervalMap.h
283
/// @param
SSize
Number of elements in sib.
285
void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned
SSize
,
287
Sib.copy(*this, 0,
SSize
, Count);
294
/// @param
SSize
Number of elements in sib.
296
void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned
SSize
,
298
Sib.moveRight(0, Count,
SSize
);
306
/// @param
SSize
Number of elements in sib.
309
int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned
SSize
, int Add) {
312
unsigned Count = std::min(std::min(unsigned(Add),
SSize
), N - Size);
313
Sib.transferToRightSib(
SSize
, *this, Size, Count)
[
all
...]
Completed in 804 milliseconds