Home
last modified time | relevance | path

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

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