Home
last modified time | relevance | path

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

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