HomeSort by relevance Sort by last modified time
    Searched refs:UsedBytes (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
UDTLayout.cpp 55 UsedBytes.resize(SizeOf, true);
59 return UsedBytes.size() - UsedBytes.count();
63 int Last = UsedBytes.find_last();
65 return UsedBytes.size() - (Last + 1);
76 UsedBytes = UdtLayout->usedBytes();
111 UsedBytes.reset(0, Size);
115 UsedBytes.resize(LayoutSize);
160 UsedBytes.resize(1)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 52 const BitVector &usedBytes() const { return UsedBytes; }
65 BitVector UsedBytes;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
LinePrinter.cpp 257 uint32_t UsedBytes = std::min(L, File.getBlockSize());
267 L -= UsedBytes;

Completed in 230 milliseconds