Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h64 InstrProfKind ProfileKind = InstrProfKind::Unknown; variable
H A DInstrProfReader.h240 InstrProfKind ProfileKind = InstrProfKind::Unknown; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParser.h162 enum class ProfileKind { INVALID = 0, A, R, M }; enum
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp46 InstrProfKind ProfileKind = InstrProfKind::Unknown; in getProfileKindFromVersion() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp104 cl::opt<ProfileKinds> ProfileKind( variable