HomeSort by: relevance | last modified time | path
    Searched refs:HashOffset (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 240 uint64_t HashOffset = HashesBase + HashIdx*4;
242 uint32_t Hash = AccelSection.getU32(&HashOffset);
345 uint64_t HashOffset = HashesBase + HashIdx * 4;
347 uint32_t Hash = AccelSection.getU32(&HashOffset);
662 uint64_t HashOffset = HashesBase + 4 * (Index - 1);
663 return Section.AccelSection.getU32(&HashOffset);
DWARFVerifier.cpp 916 uint64_t HashOffset = HashesBase + 4 * HashIdx;
918 uint32_t Hash = AccelSectionData.getU32(&HashOffset);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 843 uint64_t HashOffset = endian::byte_swap<uint64_t, little>(Header->HashOffset);
848 Start + HashOffset, Cur, Start, HashType, FormatVersion);
InstrProfWriter.cpp 317 Header.HashOffset = 0;
320 // Only write out all the fields except 'HashOffset'. We need
326 // Save the location of Header.HashOffset field in \c OS.
328 // Reserve the space for HashOffset field.
370 // Patch the Header.HashOffset field.
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 1004 uint64_t HashOffset;

Completed in 22 milliseconds