Searched defs:getProfileKind (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/ProfileData/ | ||
H A D | InstrProfWriter.h | 188 InstrProfKind getProfileKind() const { return ProfileKind; } getProfileKind() function |
H A D | MemProfReader.h | 39 InstrProfKind getProfileKind() const { return InstrProfKind::MemProf; } in getProfileKind() function |
H A D | InstrProfReader.h | 288 InstrProfKind getProfileKind() const override { return ProfileKind; } getProfileKind() function |
/llvm-project/llvm/lib/TargetParser/ | ||
H A D | ARMTargetParser.cpp | 97 static ARM::ProfileKind getProfileKind(ARM::ArchKind AK) { getProfileKind() function |
/llvm-project/llvm/lib/ProfileData/ | ||
H A D | InstrProfReader.cpp | 466 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { getProfileKind() function in RawInstrProfReader |