Searched refs:HashOffset (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 92 unsigned HashOffset = HashesBase + HashIdx*4; in dump() local 94 uint32_t Hash = AccelSection.getU32(&HashOffset); in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 240 unsigned HashOffset = HashesBase + HashIdx*4; in dump() local 242 uint32_t Hash = AccelSection.getU32(&HashOffset); in dump() 345 unsigned HashOffset = HashesBase + HashIdx * 4; in equal_range() local 347 uint32_t Hash = AccelSection.getU32(&HashOffset); in equal_range() 648 uint32_t HashOffset = HashesBase + 4 * (Index - 1); in getHashArrayEntry() local 649 return Section.AccelSection.getU32(&HashOffset); in getHashArrayEntry()
|
D | DWARFVerifier.cpp | 731 uint32_t HashOffset = HashesBase + 4 * HashIdx; in verifyAppleAccelTable() local 733 uint32_t Hash = AccelSectionData.getU32(&HashOffset); in verifyAppleAccelTable()
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 656 uint64_t HashOffset = endian::byte_swap<uint64_t, little>(Header->HashOffset); in readHeader() local 661 Start + HashOffset, Cur, Start, HashType, FormatVersion); in readHeader()
|
D | InstrProfWriter.cpp | 232 Header.HashOffset = 0; in writeImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 683 uint64_t HashOffset = endian::byte_swap<uint64_t, little>(Header->HashOffset); in readHeader() local 688 Start + HashOffset, Cur, Start, HashType, FormatVersion); in readHeader()
|
D | InstrProfWriter.cpp | 270 Header.HashOffset = 0; in writeImpl()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 803 uint64_t HashOffset; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 908 uint64_t HashOffset; member
|