HomeSort by relevance Sort by last modified time
    Searched defs:ItemSize (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFUnit.cpp 45 const uint32_t ItemSize = 4;
46 uint32_t Offset = Index * ItemSize;
47 if (StringOffsetSection.size() < Offset + ItemSize)
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 370 unsigned ItemSize = getCurrentSection().first->isVirtualSection() ? 0 : 1;
371 insert(new MCFillFragment(0, ItemSize, NumBytes));
  /external/llvm/include/llvm/ADT/
StringMap.h 50 unsigned ItemSize;
52 explicit StringMapImpl(unsigned itemSize)
55 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
59 ItemSize(RHS.ItemSize) {
66 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /external/tinyxml2/
tinyxml2.h 237 virtual int ItemSize() const = 0;
258 virtual int ItemSize() const { return SIZE; }
    [all...]

Completed in 774 milliseconds