Searched refs:getSourceLineHash (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp78 static Expected<uint32_t> getSourceLineHash(const CVType &Rec) { function
117 return getSourceLineHash<UdtSourceLineRecord>(Rec);
119 return getSourceLineHash<UdtModSourceLineRecord>(Rec);

Completed in 44 milliseconds