Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeHashing.cpp59 const uint8_t *IndexBytes = reinterpret_cast<const uint8_t *>(&TI); in hashType() local
60 BytesToHash = makeArrayRef(IndexBytes, sizeof(TypeIndex)); in hashType()