LLVM 20.0.0git
|
This is the complete list of members for llvm::InstrProfReader, including all inherited members.
accumulateCounts(CountSumOrPercent &Sum, bool IsCS) | llvm::InstrProfReader | |
begin() | llvm::InstrProfReader | inline |
create(const Twine &Path, vfs::FileSystem &FS, const InstrProfCorrelator *Correlator=nullptr, const object::BuildIDFetcher *BIDFetcher=nullptr, const InstrProfCorrelator::ProfCorrelatorKind BIDFetcherCorrelatorKind=InstrProfCorrelator::ProfCorrelatorKind::NONE, std::function< void(Error)> Warn=nullptr) | llvm::InstrProfReader | static |
create(std::unique_ptr< MemoryBuffer > Buffer, const InstrProfCorrelator *Correlator=nullptr, const object::BuildIDFetcher *BIDFetcher=nullptr, const InstrProfCorrelator::ProfCorrelatorKind BIDFetcherCorrelatorKind=InstrProfCorrelator::ProfCorrelatorKind::NONE, std::function< void(Error)> Warn=nullptr) | llvm::InstrProfReader | static |
end() | llvm::InstrProfReader | inline |
error(instrprof_error Err, const std::string &ErrMsg="") | llvm::InstrProfReader | inlineprotected |
error(Error &&E) | llvm::InstrProfReader | inlineprotected |
functionEntryOnly() const =0 | llvm::InstrProfReader | pure virtual |
getError() | llvm::InstrProfReader | inline |
getProfileKind() const =0 | llvm::InstrProfReader | pure virtual |
getSymtab()=0 | llvm::InstrProfReader | pure virtual |
getTemporalProfTraces(std::optional< uint64_t > Weight={}) | llvm::InstrProfReader | inlinevirtual |
getTemporalProfTraceStreamSize() | llvm::InstrProfReader | inline |
getVersion() const =0 | llvm::InstrProfReader | pure virtual |
hasCSIRLevelProfile() const =0 | llvm::InstrProfReader | pure virtual |
hasError() | llvm::InstrProfReader | inline |
hasMemoryProfile() const =0 | llvm::InstrProfReader | pure virtual |
hasSingleByteCoverage() const =0 | llvm::InstrProfReader | pure virtual |
hasTemporalProfile() const =0 | llvm::InstrProfReader | pure virtual |
instrEntryBBEnabled() const =0 | llvm::InstrProfReader | pure virtual |
instrLoopEntriesEnabled() const =0 | llvm::InstrProfReader | pure virtual |
InstrProfReader()=default | llvm::InstrProfReader | |
isEOF() | llvm::InstrProfReader | inline |
isIRLevelProfile() const =0 | llvm::InstrProfReader | pure virtual |
printBinaryIds(raw_ostream &OS) | llvm::InstrProfReader | inlinevirtual |
readBinaryIds(std::vector< llvm::object::BuildID > &BinaryIds) | llvm::InstrProfReader | inlinevirtual |
readHeader()=0 | llvm::InstrProfReader | pure virtual |
readNextRecord(NamedInstrProfRecord &Record)=0 | llvm::InstrProfReader | pure virtual |
success() | llvm::InstrProfReader | inlineprotected |
Symtab | llvm::InstrProfReader | protected |
TemporalProfTraces | llvm::InstrProfReader | protected |
TemporalProfTraceStreamSize | llvm::InstrProfReader | protected |
~InstrProfReader()=default | llvm::InstrProfReader | virtual |