LLVM 19.0.0git
Public Attributes | List of all members
llvm::OverlapFuncFilters Struct Reference

#include "llvm/ProfileData/InstrProf.h"

Public Attributes

uint64_t ValueCutoff
 
const std::string NameFilter
 

Detailed Description

Definition at line 771 of file InstrProf.h.

Member Data Documentation

◆ NameFilter

const std::string llvm::OverlapFuncFilters::NameFilter

Definition at line 773 of file InstrProf.h.

Referenced by llvm::InstrProfWriter::overlapRecord().

◆ ValueCutoff

uint64_t llvm::OverlapFuncFilters::ValueCutoff

Definition at line 772 of file InstrProf.h.

Referenced by llvm::InstrProfWriter::overlapRecord().


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