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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 92 unsigned HashOffset = HashesBase + HashIdx*4;
94 uint32_t Hash = AccelSection.getU32(&HashOffset);
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 656 uint64_t HashOffset = endian::byte_swap<uint64_t, little>(Header->HashOffset);
661 Start + HashOffset, Cur, Start, HashType, FormatVersion);
InstrProfWriter.cpp 232 Header.HashOffset = 0;
235 // Only write out all the fields except 'HashOffset'. We need
241 // Save the location of Header.HashOffset field in \c OS.
243 // Reserve the space for HashOffset field.
268 // Patch the Header.HashOffset field.
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 803 uint64_t HashOffset;
    [all...]

Completed in 1312 milliseconds