Lines Matching refs:InstrProfCorrelator
35 const char *InstrProfCorrelator::FunctionNameAttributeName = "Function Name";
36 const char *InstrProfCorrelator::CFGHashAttributeName = "CFG Hash";
37 const char *InstrProfCorrelator::NumCountersAttributeName = "Num Counters";
39 llvm::Expected<std::unique_ptr<InstrProfCorrelator::Context>>
40 InstrProfCorrelator::Context::get(std::unique_ptr<MemoryBuffer> Buffer, in get()
53 llvm::Expected<std::unique_ptr<InstrProfCorrelator>>
54 InstrProfCorrelator::get(StringRef DebugInfoFilename) { in get()
76 llvm::Expected<std::unique_ptr<InstrProfCorrelator>>
77 InstrProfCorrelator::get(std::unique_ptr<MemoryBuffer> Buffer) { in get()
96 Optional<size_t> InstrProfCorrelator::getDataSize() const { in getDataSize()
109 std::unique_ptr<InstrProfCorrelator::Context> Ctx) in InstrProfCorrelatorImpl()
114 std::unique_ptr<InstrProfCorrelator::Context> Ctx) in InstrProfCorrelatorImpl()
118 bool InstrProfCorrelatorImpl<uint32_t>::classof(const InstrProfCorrelator *C) { in classof()
122 bool InstrProfCorrelatorImpl<uint64_t>::classof(const InstrProfCorrelator *C) { in classof()
131 std::unique_ptr<InstrProfCorrelator::Context> Ctx, in get()
249 InstrProfCorrelator::FunctionNameAttributeName) == 0) { in correlateProfileDataImpl()
254 InstrProfCorrelator::CFGHashAttributeName) == 0) { in correlateProfileDataImpl()
257 InstrProfCorrelator::NumCountersAttributeName) == 0) { in correlateProfileDataImpl()