Home
last modified time | relevance | path

Searched defs:GloballyHashedType (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h77 struct GloballyHashedType { struct
79 GloballyHashedType(StringRef H) in GloballyHashedType() function
81 GloballyHashedType(ArrayRef<uint8_t> H) { in GloballyHashedType() argument
89 friend inline bool operator==(const GloballyHashedType &L, argument
111 static GloballyHashedType hashType(CVType Type, in hashType() argument
120 static std::vector<GloballyHashedType> hashTypes(Range &&Records) { in hashTypes() argument
157 hashIds(Range &&Records, ArrayRef<GloballyHashedType> TypeHashes) { in hashIds() argument
167 std::vector<GloballyHashedType> Hashes; in hashTypeCollection() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h77 struct GloballyHashedType { struct
79 GloballyHashedType(StringRef H) in GloballyHashedType() argument
81 GloballyHashedType(ArrayRef<uint8_t> H) { in GloballyHashedType() function
93 static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData, argument
101 static GloballyHashedType hashType(CVType Type, in hashType() argument
110 static std::vector<GloballyHashedType> hashTypes(Range &&Records) { in hashTypes() argument
147 hashIds(Range &&Records, ArrayRef<GloballyHashedType> TypeHashes) { in hashIds() argument
157 std::vector<GloballyHashedType> Hashes; in hashTypeCollection() argument