HomeSort by: relevance | last modified time | path
    Searched defs:UsedBytes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 51 const BitVector &usedBytes() const { return UsedBytes; }
64 BitVector UsedBytes;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
LinePrinter.cpp 255 uint32_t UsedBytes = std::min(L, File.getBlockSize());
265 L -= UsedBytes;

Completed in 15 milliseconds