Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProfWriter.h38 ProfKind ProfileKind; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h42 ProfKind ProfileKind = PF_Unknown; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h58 InstrProfKind ProfileKind = InstrProfKind::Unknown; variable
DInstrProfReader.h215 InstrProfKind ProfileKind = InstrProfKind::Unknown; variable
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp278 cl::opt<ProfileKinds> ProfileKind( in merge_main() local
492 cl::opt<ProfileKinds> ProfileKind( in show_main() local
/external/llvm/include/llvm/Support/
DTargetParser.h103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enum
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/
DARMTargetParser.h153 enum class ProfileKind { INVALID = 0, A, R, M }; enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h156 enum class ProfileKind { INVALID = 0, A, R, M }; enum
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
DInstrProfReader.cpp43 InstrProfKind ProfileKind = InstrProfKind::Unknown; in getProfileKindFromVersion() local