Home
last modified time | relevance | path

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

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