Searched refs:InstrProfCorrelator (Results 1 – 19 of 19) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 36 const char *InstrProfCorrelator::FunctionNameAttributeName = "Function Name"; 37 const char *InstrProfCorrelator::CFGHashAttributeName = "CFG Hash"; 38 const char *InstrProfCorrelator::NumCountersAttributeName = "Num Counters"; 40 llvm::Expected<std::unique_ptr<InstrProfCorrelator::Context>> 41 InstrProfCorrelator::Context::get(std::unique_ptr<MemoryBuffer> Buffer, in get() 54 llvm::Expected<std::unique_ptr<InstrProfCorrelator>> 55 InstrProfCorrelator::get(StringRef DebugInfoFilename) { in get() 77 llvm::Expected<std::unique_ptr<InstrProfCorrelator>> 78 InstrProfCorrelator::get(std::unique_ptr<MemoryBuffer> Buffer) { in get() 97 std::optional<size_t> InstrProfCorrelator::getDataSize() const { in getDataSize() [all …]
|
| H A D | CMakeLists.txt | 4 InstrProfCorrelator.cpp
|
| H A D | InstrProfReader.cpp | 165 const InstrProfCorrelator *Correlator) { in create() 175 const InstrProfCorrelator *Correlator) { in create()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfCorrelator.h | 32 class InstrProfCorrelator { 34 static llvm::Expected<std::unique_ptr<InstrProfCorrelator>> 64 virtual ~InstrProfCorrelator() = default; 79 InstrProfCorrelator(InstrProfCorrelatorKind K, std::unique_ptr<Context> Ctx) in InstrProfCorrelator() function 104 static llvm::Expected<std::unique_ptr<InstrProfCorrelator>> 113 class InstrProfCorrelatorImpl : public InstrProfCorrelator { 115 InstrProfCorrelatorImpl(std::unique_ptr<InstrProfCorrelator::Context> Ctx); 116 static bool classof(const InstrProfCorrelator *C); 128 get(std::unique_ptr<InstrProfCorrelator::Context> Ctx, 136 InstrProfCorrelator::CorrelationData *Data = nullptr) = 0; [all …]
|
| H A D | InstrProfReader.h | 193 create(const Twine &Path, const InstrProfCorrelator *Correlator = nullptr); 197 const InstrProfCorrelator *Correlator = nullptr); 312 const InstrProfCorrelator *Correlator) in RawInstrProfReader()
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMProfileData/ |
| H A D | Makefile | 10 InstrProfCorrelator.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ProfileData/ |
| H A D | BUILD.gn | 14 "InstrProfCorrelator.cpp",
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 946 MDString::get(Ctx, InstrProfCorrelator::FunctionNameAttributeName), in getOrCreateRegionCounters() 950 MDString::get(Ctx, InstrProfCorrelator::CFGHashAttributeName), in getOrCreateRegionCounters() 954 MDString::get(Ctx, InstrProfCorrelator::NumCountersAttributeName), in getOrCreateRegionCounters()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 250 const InstrProfCorrelator *Correlator, in loadInput() 402 std::unique_ptr<InstrProfCorrelator> Correlator; in mergeInstrProfile() 405 InstrProfCorrelator::get(DebugInfoFilename).moveInto(Correlator)) in mergeInstrProfile() 2818 std::unique_ptr<InstrProfCorrelator> Correlator; in showDebugInfoCorrelation() 2819 if (auto Err = InstrProfCorrelator::get(Filename).moveInto(Correlator)) in showDebugInfoCorrelation()
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 2308 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
|
| H A D | clang.macppc | 2307 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
|
| H A D | clang.loongson | 2307 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
|
| H A D | clang.octeon | 2307 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
|
| H A D | clang.arm64 | 2308 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
|
| H A D | clang.powerpc64 | 2306 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
|
| H A D | clang.armv7 | 2306 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
|
| H A D | clang.i386 | 2306 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
|
| H A D | clang.sparc64 | 2307 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5445 llvm/include/llvm/ProfileData/InstrProfCorrelator.h 6186 llvm/lib/ProfileData/InstrProfCorrelator.cpp
|