Home
last modified time | relevance | path

Searched refs:HashData (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DMappedHash.h144 typedef __HashData HashData; typedef
158 HashData value;
261 HashData &hash_data) const = 0;
284 std::function<bool(const HashData &hash_data)> const &callback) const { in ForEach()
289 HashData hash_data; in ForEach()
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Dapple_names_verify_data.s7 # CHECK-NEXT: error: Hash[0] has invalid HashData offset: 0x000000b4.
13 # an invalid HashData offset for Hash[0], as well as
H A Dapple_names_verify_form.s6 # CHECK-NEXT: error: Unsupported form: failed to read HashData.
37 …short 400 ## DW_FORM_data4 -- error: unsupported form; failed to read HashData.
H A Dapple_names_verify_num_atoms.s6 # CHECK-NEXT: error: No atoms: failed to read HashData.
36 .long 0 ## HeaderData Atom Count -- error: no atoms; failed to read HashData.
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAccelTable.h139 struct HashData { struct
145 HashData(DwarfStringPoolEntryRef Name, HashFn *Hash) in HashData() argument
153 using HashList = std::vector<HashData *>; argument
160 using StringEntries = StringMap<HashData, BumpPtrAllocator &>;
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst1592 | 0x........ | HashData[0]
1593 | 0x........ | HashData[1]
1594 | 0x........ | HashData[2]
1595 | 0x........ | HashData[3]
1600 | 0x........ | HashData[0]
1601 | 0x........ | HashData[1]
1604 | 0x........ | HashData[0]
1605 | 0x........ | HashData[1]
1606 | 0x........ | HashData[2]
1611 | 0x........ | HashData[0]
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h133 HashData &hash_data) const override;
H A DHashedNameToDIE.cpp319 HashData &hash_data) const { in ReadHashData()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp83 llvm::stable_sort(Bucket, [](HashData *LHS, HashData *RHS) { in finalize()
647 void AccelTableBase::HashData::print(raw_ostream &OS) const { in print()