Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DDataAccessProf.cpp167 DataAccessProfData::getEncodedIndex(const SymbolHandleRef SymbolID) const { in getEncodedIndex() function in llvm::memprof::DataAccessProfData
185 OS.write(getEncodedIndex(Rec.SymbolID)); in serialize()
190 OS.write(getEncodedIndex(Loc.FileName)); in serialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DDataAccessProf.h204 uint64_t getEncodedIndex(const SymbolHandleRef SymbolID) const;