Home
last modified time | relevance | path

Searched defs:SSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
DIntervalMap.h286 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib()
297 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib()
310 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp157 uint64_t SSize = SI->getSize(); in getSectionByAddress() local