LLVM 19.0.0git
Public Member Functions | List of all members
llvm::InstrProfReaderRemapper Class Referenceabstract

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

#include "llvm/ProfileData/InstrProfReader.h"

Inheritance diagram for llvm::InstrProfReaderRemapper:
Inheritance graph
[legend]

Public Member Functions

virtual ~InstrProfReaderRemapper ()=default
 
virtual Error populateRemappings ()
 
virtual Error getRecords (StringRef FuncName, ArrayRef< NamedInstrProfRecord > &Data)=0
 

Detailed Description

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

Definition at line 634 of file InstrProfReader.h.

Constructor & Destructor Documentation

◆ ~InstrProfReaderRemapper()

virtual llvm::InstrProfReaderRemapper::~InstrProfReaderRemapper ( )
virtualdefault

Member Function Documentation

◆ getRecords()

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

◆ populateRemappings()

virtual Error llvm::InstrProfReaderRemapper::populateRemappings ( )
inlinevirtual

The documentation for this class was generated from the following file: