Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DDataAccessProf.h99 using SymbolHandleRef = std::variant<StringRef, uint64_t>; variable
107 DataAccessProfRecord(SymbolHandleRef SymHandleRef, uint64_t AccessCount, in DataAccessProfRecord()
151 getProfileRecord(const SymbolHandleRef SymID) const;
154 LLVM_ABI bool isKnownColdSymbol(const SymbolHandleRef SymID) const;
160 LLVM_ABI Error setDataAccessProfile(SymbolHandleRef SymbolID,
166 LLVM_ABI Error setDataAccessProfile(SymbolHandleRef SymbolID,
170 LLVM_ABI Error addKnownSymbolWithoutSamples(SymbolHandleRef SymbolID);
178 MapVector<SymbolHandleRef, internal::DataAccessProfRecordRef>::value_type>
204 uint64_t getEncodedIndex(const SymbolHandleRef SymbolID) const;
213 MapVector<SymbolHandleRef, internal::DataAccessProfRecordRef> Records;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DDataAccessProf.cpp33 DataAccessProfData::getProfileRecord(const SymbolHandleRef SymbolID) const { in getProfileRecord()
56 bool DataAccessProfData::isKnownColdSymbol(const SymbolHandleRef SymID) const { in isKnownColdSymbol()
62 Error DataAccessProfData::setDataAccessProfile(SymbolHandleRef Symbol, in setDataAccessProfile()
66 SymbolHandleRef Key; in setDataAccessProfile()
90 SymbolHandleRef SymbolID, uint64_t AccessCount, in setDataAccessProfile()
105 SymbolHandleRef SymbolID) { in addKnownSymbolWithoutSamples()
167 DataAccessProfData::getEncodedIndex(const SymbolHandleRef SymbolID) const { in getEncodedIndex()
239 SymbolHandleRef SymbolID; in deserializeRecords()
H A DMemProfReader.cpp838 [](const memprof::SymbolHandle &Handle) -> memprof::SymbolHandleRef { in parse()