Home
last modified time | relevance | path

Searched defs:hashType (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp28 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType() function in LocallyHashedType
33 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, in hashType() function in GloballyHashedType
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h114 static GloballyHashedType hashType(CVType Type, in hashType() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp39 void hashType(Type *ValueType) { in hashType() function in __anona6e535490111::StructuralHashImpl
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h2332 uint8_t hashType; /* type of hash (cdHashType* constants) */ member