Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h538 DenseMap<uint64_t, GlobalVariable *> MD5VTableMap; variable
789 return MD5VTableMap.lookup(MD5Hash); in getGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp560 std::tie(std::ignore, Inserted) = MD5VTableMap.try_emplace( in addVTableWithName()