Home
last modified time | relevance | path

Searched defs:hashes (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dmi_vector_hash.cpp9 uint32_t hashes[3]; in main() local
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.cpp71 ArrayRef<GloballyHashedType> GlobalTypeTableBuilder::hashes() const { hashes() function in GlobalTypeTableBuilder
/llvm-project/lld/wasm/
H A DWriter.cpp238 std::vector<uint8_t> hashes(chunks.size() * hashBuf.size()); computeHash() local
/llvm-project/lld/COFF/
H A DDebugTypes.cpp606 GloballyHashedType *hashes = new GloballyHashedType[hashVec.size()]; assignGHashesFromVector() local
/llvm-project/lld/MachO/
H A DWriter.cpp1204 std::vector<uint64_t> hashes(chunks.size() + 1); writeUuid() local
H A DSyntheticSections.cpp1568 uint8_t *hashes = buf + fileOff + allHeadersSize; writeHashes() local
/llvm-project/lld/ELF/
H A DWriter.cpp2826 std::unique_ptr<uint8_t[]> hashes(new uint8_t[hashesSize]); computeHash() local