LLVM
8.0.1
|
Name matcher supporting fuzzy matching of symbol names to names in profiles. More...
#include "llvm/ProfileData/InstrProfReader.h"
Public Member Functions | |
virtual | ~InstrProfReaderRemapper () |
virtual Error | populateRemappings () |
virtual Error | getRecords (StringRef FuncName, ArrayRef< NamedInstrProfRecord > &Data)=0 |
Name matcher supporting fuzzy matching of symbol names to names in profiles.
Definition at line 395 of file InstrProfReader.h.
|
inlinevirtual |
Definition at line 397 of file InstrProfReader.h.
|
pure virtual |
Implemented in llvm::InstrProfReaderItaniumRemapper< HashTableImpl >.
|
inlinevirtual |
Reimplemented in llvm::InstrProfReaderItaniumRemapper< HashTableImpl >.
Definition at line 398 of file InstrProfReader.h.
References llvm::Data, and llvm::Error::success().