Home
last modified time | relevance | path

Searched defs:getProfileKind (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h169 InstrProfKind getProfileKind() const { return ProfileKind; } getProfileKind() function
H A DRawMemProfReader.h39 InstrProfKind getProfileKind() const { return InstrProfKind::MemProf; } getProfileKind() function
H A DInstrProfReader.h288 InstrProfKind getProfileKind() const override { return ProfileKind; } in getProfileKind() function
707 InstrProfKind getProfileKind() const override { getProfileKind() function
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParser.cpp97 static ARM::ProfileKind getProfileKind(ARM::ArchKind AK) { in getProfileKind() function
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp461 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { getProfileKind() function in RawInstrProfReader
978 InstrProfKind InstrProfReaderIndex<HashTableImpl>::getProfileKind() const { getProfileKind() function in InstrProfReaderIndex