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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 67 const uint32_t ItemSize = 4;
68 uint32_t Offset = Index * ItemSize;
69 if (StringOffsetSection.size() < Offset + ItemSize)
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 442 unsigned ItemSize = Sec->isVirtualSection() ? 0 : 1;
443 insert(new MCFillFragment(FillValue, ItemSize, NumBytes));
  /external/llvm/include/llvm/ADT/
StringMap.h 51 unsigned ItemSize;
54 explicit StringMapImpl(unsigned itemSize)
57 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
61 ItemSize(RHS.ItemSize) {
68 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 360 milliseconds