class InstrProfReaderRemapper

Declaration

class InstrProfReaderRemapper { /* full declaration omitted */ };

Description

Name matcher supporting fuzzy matching of symbol names to names in profiles.

Declared at: llvm/include/llvm/ProfileData/InstrProfReader.h:543

Method Overview

Methods

virtual llvm::Error getRecords(
    llvm::StringRef FuncName,
    ArrayRef<llvm::NamedInstrProfRecord>& Data)

Declared at: llvm/include/llvm/ProfileData/InstrProfReader.h:547

Parameters

llvm::StringRef FuncName
ArrayRef<llvm::NamedInstrProfRecord>& Data

virtual llvm::Error populateRemappings()

Declared at: llvm/include/llvm/ProfileData/InstrProfReader.h:546

virtual ~InstrProfReaderRemapper()

Declared at: llvm/include/llvm/ProfileData/InstrProfReader.h:545