Home
last modified time | relevance | path

Searched refs:InstrProfCorrelator (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp36 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 DCMakeLists.txt4 InstrProfCorrelator.cpp
H A DInstrProfReader.cpp165 const InstrProfCorrelator *Correlator) { in create()
175 const InstrProfCorrelator *Correlator) { in create()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h32 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 DInstrProfReader.h193 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 DMakefile10 InstrProfCorrelator.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ProfileData/
H A DBUILD.gn14 "InstrProfCorrelator.cpp",
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp946 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 Dllvm-profdata.cpp250 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 Dclang.amd642308 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
H A Dclang.macppc2307 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
H A Dclang.loongson2307 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
H A Dclang.octeon2307 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
H A Dclang.arm642308 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
H A Dclang.powerpc642306 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
H A Dclang.armv72306 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
H A Dclang.i3862306 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
H A Dclang.sparc642307 ./usr/include/llvm/ProfileData/InstrProfCorrelator.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5445 llvm/include/llvm/ProfileData/InstrProfCorrelator.h
6186 llvm/lib/ProfileData/InstrProfCorrelator.cpp