Home
last modified time | relevance | path

Searched refs:HashData (Results 1 – 25 of 509) sorted by last modified time

12345678910>>...21

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddoccomp.cxx186 struct HashData struct in __anona6f205090111::Hash
191 HashData() in HashData() argument
196 std::unique_ptr<HashData[]> m_pDataArr;
529 m_pDataArr.reset( new HashData[ nSize ] ); in Hash()
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/docker/pkg/ioutils/
H A Dreaders.go53 func HashData(src io.Reader) (string, error) { func
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.cpp317 HashData &hash_data) const { in ReadHashData()
H A DHashedNameToDIE.h133 HashData &hash_data) const override;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DAccelTable.h141 struct HashData { struct
147 HashData(DwarfStringPoolEntryRef Name, HashFn *Hash) in HashData() argument
155 using HashList = std::vector<HashData *>; argument
162 using StringEntries = StringMap<HashData, BumpPtrAllocator &>;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/docs/
H A DSourceLevelDebugging.rst1568 | 0x........ | HashData[0]
1569 | 0x........ | HashData[1]
1570 | 0x........ | HashData[2]
1571 | 0x........ | HashData[3]
1576 | 0x........ | HashData[0]
1577 | 0x........ | HashData[1]
1580 | 0x........ | HashData[0]
1581 | 0x........ | HashData[1]
1582 | 0x........ | HashData[2]
1587 | 0x........ | HashData[0]
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp84 llvm::stable_sort(Bucket, [](HashData *LHS, HashData *RHS) { in finalize()
648 void AccelTableBase::HashData::print(raw_ostream &OS) const { in print()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DAccelTable.h141 struct HashData { struct
147 HashData(DwarfStringPoolEntryRef Name, HashFn *Hash) in HashData() argument
155 using HashList = std::vector<HashData *>; argument
162 using StringEntries = StringMap<HashData, BumpPtrAllocator &>;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp84 llvm::stable_sort(Bucket, [](HashData *LHS, HashData *RHS) { in finalize()
648 void AccelTableBase::HashData::print(raw_ostream &OS) const { in print()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/docs/
H A DSourceLevelDebugging.rst1568 | 0x........ | HashData[0]
1569 | 0x........ | HashData[1]
1570 | 0x........ | HashData[2]
1571 | 0x........ | HashData[3]
1576 | 0x........ | HashData[0]
1577 | 0x........ | HashData[1]
1580 | 0x........ | HashData[0]
1581 | 0x........ | HashData[1]
1582 | 0x........ | HashData[2]
1587 | 0x........ | HashData[0]
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/llvm-dwarfdump/X86/
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.
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_data.s7 # CHECK-NEXT: error: Hash[0] has invalid HashData offset: 0x000000b4.
13 # an invalid HashData offset for Hash[0], as well as
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h133 HashData &hash_data) const override;
H A DHashedNameToDIE.cpp317 HashData &hash_data) const { in ReadHashData()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp84 llvm::stable_sort(Bucket, [](HashData *LHS, HashData *RHS) { in finalize()
648 void AccelTableBase::HashData::print(raw_ostream &OS) const { in print()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DAccelTable.h141 struct HashData { struct
147 HashData(DwarfStringPoolEntryRef Name, HashFn *Hash) in HashData() argument
155 using HashList = std::vector<HashData *>; argument
162 using StringEntries = StringMap<HashData, BumpPtrAllocator &>;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/docs/
H A DSourceLevelDebugging.rst1568 | 0x........ | HashData[0]
1569 | 0x........ | HashData[1]
1570 | 0x........ | HashData[2]
1571 | 0x........ | HashData[3]
1576 | 0x........ | HashData[0]
1577 | 0x........ | HashData[1]
1580 | 0x........ | HashData[0]
1581 | 0x........ | HashData[1]
1582 | 0x........ | HashData[2]
1587 | 0x........ | HashData[0]
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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.
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h133 HashData &hash_data) const override;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DAccelTable.h141 struct HashData { struct
147 HashData(DwarfStringPoolEntryRef Name, HashFn *Hash) in HashData() argument
155 using HashList = std::vector<HashData *>; argument
162 using StringEntries = StringMap<HashData, BumpPtrAllocator &>;

12345678910>>...21