Searched refs:HashData (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXContainerGlobals.cpp | 99 dxbc::ShaderHash HashData = {0, {0}}; in computeShaderHash() 103 HashData.Flags = static_cast<uint32_t>(dxbc::HashFlags::IncludesSource); in computeShaderHash() 105 memcpy(reinterpret_cast<void *>(&HashData.Digest), Result.data(), 16); in computeShaderHash() 107 HashData.swapBytes(); in computeShaderHash() 108 StringRef Data(reinterpret_cast<char *>(&HashData), sizeof(dxbc::ShaderHash)); 93 dxbc::ShaderHash HashData = {0, {0}}; computeShaderHash() local
|
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
H A D | apple_names_verify_data.s | 7 # CHECK-NEXT: error: Hash[0] has invalid HashData offset: 0x000000b4. 13 # an invalid HashData offset for Hash[0], as well as
|
H A D | apple_names_verify_num_atoms.s | 6 # CHECK-NEXT: error: No atoms: failed to read HashData. 36 .long 0 ## HeaderData Atom Count -- error: no atoms; failed to read HashData.
|
H A D | apple_names_verify_form.s | 37 …rt 400 ## not a valid form -- error: unsupported form; failed to read HashData.
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | DebugNames.h | 100 struct HashData { struct 106 using HashList = std::vector<HashData *>; argument 115 MapVector<std::string, HashData, llvm::StringMap<unsigned>>;
|
/llvm-project/bolt/lib/Core/ |
H A D | DebugNames.cpp | 475 llvm::stable_sort(Bucket, [](const HashData *LHS, const HashData *RHS) { in populateAbbrevsMap() 478 for (HashData *H : Bucket) in populateAbbrevsMap() 519 for (DWARF5AcceleratorTable::HashData *Hash : Bucket) { in writeEntry() 633 for (DWARF5AcceleratorTable::HashData *Hash : Bucket) { 644 for (DWARF5AcceleratorTable::HashData *Hash : Bucket) { in emitHeader() 753 for (const DWARF5AcceleratorTable::HashData *Hash : Bucket) in emitAccelTable() 760 for (const DWARF5AcceleratorTable::HashData *Hash : Bucket) 767 for (const DWARF5AcceleratorTable::HashData *Hash : Bucket)
|
/llvm-project/llvm/docs/ |
H A D | SourceLevelDebugging.rst | 1574 | data[n] | HashData for this bucket 1579 | data[n] | HashData for this bucket 1584 | data[n] | HashData for this bucket 1702 | 0x00000004 | A 32 bit array count - number of HashData with name "erase" 1703 | 0x........ | HashData[0] 1704 | 0x........ | HashData[1] 1705 | 0x........ | HashData[2] 1706 | 0x........ | HashData[3] 1710 | 0x00000002 | A 32 bit array count - number of HashData with name "collision" 1711 | 0x........ | HashData[ [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 140 struct HashData { struct 160 using HashList = std::vector<HashData *>; argument 167 using StringEntries = MapVector<StringRef, HashData>;
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 71 llvm::stable_sort(Bucket, [](HashData *LHS, HashData *RHS) { in finalize() 780 void AccelTableBase::HashData::print(raw_ostream &OS) const {
|